view gamelib/icons.py @ 193:db246683d5da

Selling eggs now works
author Neil Muller <drnlmuller@gmail.com>
date Fri, 04 Sep 2009 18:45:06 +0000
parents a7d803275a23
children fe1e9c18d4d7
line wrap: on
line source

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

from pgu.gui import Image

import imagecache

KILLED_FOX = Image(imagecache.load_image('icons/killed_fox.png'))
CHKN_ICON = Image(imagecache.load_image('icons/chkn.png'))
EMPTY_NEST_ICON = Image(imagecache.load_image('sprites/emptynest.png'))
CHKN_NEST_ICON = Image(imagecache.load_image('sprites/chknnest.png'))