view gamelib/icons.py @ 93:1fd56b625b24

Added ability to handle extracting from zip archives after download, although the code is becoming slightly hairy as a result Added some nicely licensed chicken and rooster samples from OLPC
author David Fraser <davidf@sjsoft.com>
date Wed, 02 Sep 2009 11:19:18 +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'))