annotate gamelib/icons.py @ 100:e90068d1f374

Re-indent to four spaces.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 17:24:58 +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'))