annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
78
7d043a210121 Add icons for the menu
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
1 """Constant definitions for the icons we use"""
7d043a210121 Add icons for the menu
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
2
7d043a210121 Add icons for the menu
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
3 from pgu.gui import Image
7d043a210121 Add icons for the menu
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
4
7d043a210121 Add icons for the menu
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
5 import data
7d043a210121 Add icons for the menu
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
6
7d043a210121 Add icons for the menu
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
7 KILLED_FOX = Image(data.filepath('icons/killed_fox.png'))
7d043a210121 Add icons for the menu
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
8 CHKN_ICON = Image(data.filepath('icons/chkn.png'))