comparison gamelib/scenes/scene_widgets.py @ 354:09efb8b7c132

Hook up panel part of AI puzzle
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 16:30:43 +0200
parents 88c1a59b0544
children 452230d78541
comparison
equal deleted inserted replaced
353:b61dccc7fb42 354:09efb8b7c132
184 184
185 def get_description(self): 185 def get_description(self):
186 return "A security camera watches over the room" 186 return "A security camera watches over the room"
187 187
188 def interact_with_escher_poster(self, item): 188 def interact_with_escher_poster(self, item):
189 self.state.scenes['bridge'].set_data('ai online', False) 189 self.state.scenes['bridge'].set_data('ai status', 'looping')
190 return Result("JIM says '3D scene reconstruction failed. Critical error. Entering emergency shutdown.", style="JIM") 190 return Result("JIM says '3D scene reconstruction failed. Critical error. Entering emergency shutdown.", style="JIM")
191 191