view gamelib/icons.py @ 115:2b2007e231da

Start of dialog for placing chickens in buildings. Remove chicken in hen house bug by not allowing chickens in hen houses.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 19:40:28 +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'))