changeset 271:e3a2d73e94f4

Hook up intact pipes
author Neil Muller <neil@dip.sun.ac.za>
date Fri, 27 Aug 2010 20:56:24 +0200
parents d4f08abc58fb
children 7666705c58d9
files gamelib/scenes/cryo.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Fri Aug 27 20:43:29 2010 +0200
+++ b/gamelib/scenes/cryo.py	Fri Aug 27 20:56:24 2010 +0200
@@ -199,8 +199,8 @@
 
     NAME = "cryo.pipe.left"
     INTERACTS = {
-        "fixed": InteractNoImage(125, 192, 27, 258),
-        "chopped": InteractImage(125, 192, "triangle.png"),
+        "fixed": InteractImage(117, 226, "intact_cryo_pipe_left.png"),
+        "chopped": InteractNoImage(125, 192, 27, 258),
         }
 
 
@@ -209,8 +209,8 @@
 
     NAME = "cryo.pipe.right"
     INTERACTS = {
-        "fixed": InteractNoImage(643, 199, 38, 233),
-        "chopped": InteractImage(643, 199, "triangle.png"),
+        "fixed": InteractImage(645, 211, "intact_cryo_pipe_right.png"),
+        "chopped": InteractNoImage(643, 199, 38, 233),
         }