diff gamelib/scenes/cryo.py @ 133:0530547a131f

Better map handling, detail_view stuff in Result.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 24 Aug 2010 19:49:10 +0200
parents 97c5ff0a05bb
children faac82748f5a
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Tue Aug 24 19:22:01 2010 +0200
+++ b/gamelib/scenes/cryo.py	Tue Aug 24 19:49:10 2010 +0200
@@ -49,8 +49,11 @@
     NAME = "cryo.unit.1"
 
     INTERACTS = {
-        "unit": InteractRectUnion(((520, 430, 80, 50), (550, 470, 90, 60),
-            (600, 510, 60, 40)))
+        "unit": InteractRectUnion((
+                (520, 430, 80, 50),
+                (550, 470, 90, 60),
+                (600, 510, 60, 40),
+                ))
     }
 
     INITIAL = "unit"