comparison gamelib/scenes/cryo.py @ 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 ce1e85768f7b
children 12c4f87ea424
comparison
equal deleted inserted replaced
231:84ea1f73bde0 232:ca490aecbe0e
361 "Triangle in the cryo room." 361 "Triangle in the cryo room."
362 362
363 NAME = "cryo.titanium_leg" 363 NAME = "cryo.titanium_leg"
364 364
365 INTERACTS = { 365 INTERACTS = {
366 "leg": InteractImage(50, 50, "triangle.png"), 366 "leg": InteractImage(180, 132, "leg.png"),
367 } 367 }
368 368
369 INITIAL = "leg" 369 INITIAL = "leg"
370 370
371 def interact_without(self): 371 def interact_without(self):
381 "Plaque on the detailed cryo chamber" 381 "Plaque on the detailed cryo chamber"
382 382
383 NAME = "cryo.plaque" 383 NAME = "cryo.plaque"
384 384
385 INTERACTS = { 385 INTERACTS = {
386 "plaque": InteractImage(150, 150, "triangle.png"), 386 "plaque": InteractNoImage(60, 40, 35, 24),
387 } 387 }
388 388
389 INITIAL = "plaque" 389 INITIAL = "plaque"
390 390
391 def interact_without(self): 391 def interact_without(self):