comparison gamelib/scenes/crew_quarters.py @ 355:bfb6c682b4fb

Updated walkthrough test as far as completed environmental puzzle.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Aug 2010 16:34:35 +0200
parents 125cb389ab90
children 6b94f549443b
comparison
equal deleted inserted replaced
354:09efb8b7c132 355:bfb6c682b4fb
37 ((722, 382, 66, 72),))) 37 ((722, 382, 66, 72),)))
38 38
39 39
40 class ToMap(Door): 40 class ToMap(Door):
41 41
42 SCENE = "crew" 42 SCENE = "crew_quarters"
43 43
44 INTERACTS = { 44 INTERACTS = {
45 "door": InteractNoImage(233, 252, 125, 181), 45 "door": InteractNoImage(233, 252, 125, 181),
46 } 46 }
47 47