changeset 232:ca490aecbe0e

Updated cryo unit to use new stuff. No more triangles! (Except for the ones that are still there.)
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 26 Aug 2010 23:36:53 +0200
parents 84ea1f73bde0
children 7399b52f196f
files gamelib/scenes/cryo.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Thu Aug 26 23:32:46 2010 +0200
+++ b/gamelib/scenes/cryo.py	Thu Aug 26 23:36:53 2010 +0200
@@ -363,7 +363,7 @@
     NAME = "cryo.titanium_leg"
 
     INTERACTS = {
-        "leg": InteractImage(50, 50, "triangle.png"),
+        "leg": InteractImage(180, 132, "leg.png"),
         }
 
     INITIAL = "leg"
@@ -383,7 +383,7 @@
     NAME = "cryo.plaque"
 
     INTERACTS = {
-        "plaque": InteractImage(150, 150, "triangle.png"),
+        "plaque": InteractNoImage(60, 40, 35, 24),
         }
 
     INITIAL = "plaque"