diff gamelib/tiles.py @ 133:b7dc405a28be

Add Hendominium image support.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 22:02:20 +0000
parents 98ce098f8cbb
children a4e3d26d16f0
line wrap: on
line diff
--- a/gamelib/tiles.py	Wed Sep 02 21:58:08 2009 +0000
+++ b/gamelib/tiles.py	Wed Sep 02 22:02:20 2009 +0000
@@ -15,6 +15,7 @@
         3: ("henhouse", "grassland.png"),
         4: ("guardtower", "guardtower.png"),
         5: ("broken fence", "broken_fence.png"),
+        6: ("hendominium", "grassland.png"),
     }
 
     def __init__(self, tiles=None):