comparison gamelib/scenes/map.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 782ff7e53928
children 452230d78541
comparison
equal deleted inserted replaced
354:09efb8b7c132 355:bfb6c682b4fb
154 154
155 155
156 class ToCrew(DoorThing): 156 class ToCrew(DoorThing):
157 "Way to crew quarters." 157 "Way to crew quarters."
158 158
159 NAME = "map.tocrew" 159 NAME = "map.tocrew_quarters"
160 DEST = "crew_quarters" 160 DEST = "crew_quarters"
161 161
162 INTERACTS = { 162 INTERACTS = {
163 "inaccessible": InteractText(300, 400, "To Crew Quarters"), 163 "inaccessible": InteractText(300, 400, "To Crew Quarters"),
164 "accessible": InteractText(300, 400, "To Crew Quarters", (0, 127, 0)), 164 "accessible": InteractText(300, 400, "To Crew Quarters", (0, 127, 0)),