view gamelib/icons.py @ 122:d2b19131d537

Don't continue the night if we're not doing anything anymore
author Neil Muller <drnlmuller@gmail.com>
date Wed, 02 Sep 2009 20:54:47 +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'))