view gamelib/icons.py @ 114:4c2fbab20abe

Foxes are stealthy now.
author Jeremy Thurgood <firxen@gmail.com>
date Wed, 02 Sep 2009 19:17:26 +0000
parents 7d043a210121
children a7d803275a23
line wrap: on
line source

"""Constant definitions for the icons we use"""

from pgu.gui import Image

import data

KILLED_FOX = Image(data.filepath('icons/killed_fox.png'))
CHKN_ICON = Image(data.filepath('icons/chkn.png'))