view gamelib/icons.py @ 142:1597081e5a84

Disable timer when game is over
author Neil Muller <drnlmuller@gmail.com>
date Wed, 02 Sep 2009 23:08:29 +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'))