# HG changeset patch # User Neil Muller # Date 1282935384 -7200 # Node ID e3a2d73e94f426b31548144f5b1ccc3a5cf4cf5e # Parent d4f08abc58fb9eac103ed9133f9c8bd9288fb4df Hook up intact pipes diff -r d4f08abc58fb -r e3a2d73e94f4 gamelib/scenes/cryo.py --- 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), }