diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gamelib/icons.py	Tue Sep 01 11:18:08 2009 +0000
@@ -0,0 +1,8 @@
+"""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'))