comparison gamelib/icons.py @ 78:7d043a210121

Add icons for the menu
author Neil Muller <drnlmuller@gmail.com>
date Tue, 01 Sep 2009 11:18:08 +0000
parents
children a7d803275a23
comparison
equal deleted inserted replaced
77:65958516c7d9 78:7d043a210121
1 """Constant definitions for the icons we use"""
2
3 from pgu.gui import Image
4
5 import data
6
7 KILLED_FOX = Image(data.filepath('icons/killed_fox.png'))
8 CHKN_ICON = Image(data.filepath('icons/chkn.png'))