view gamelib/icons.py @ 197:d74693555b86

Put chickens into first empty space in buildings to make it easier to add lots of chickens.
author Simon Cross <hodgestar@gmail.com>
date Fri, 04 Sep 2009 19:32:30 +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'))