annotate gamelib/icons.py @ 114:4c2fbab20abe

Foxes are stealthy now.
author Jeremy Thurgood <firxen@gmail.com>
date Wed, 02 Sep 2009 19:17:26 +0000
parents 7d043a210121
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'))