comparison gamelib/scenes/mess.py @ 389:eef2fca1aa11

Hook up updated alert screens
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 19:55:30 +0200
parents 2cadb47405a4
children c81a4faa748e
comparison
equal deleted inserted replaced
388:1a768b72521f 389:eef2fca1aa11
15 FOLDER = "mess" 15 FOLDER = "mess"
16 BACKGROUND = "mess_hall.png" 16 BACKGROUND = "mess_hall.png"
17 17
18 INITIAL_DATA = { 18 INITIAL_DATA = {
19 'accessible': True, 19 'accessible': True,
20 'life support online': False,
20 } 21 }
21 22
22 def __init__(self, state): 23 def __init__(self, state):
23 super(Mess, self).__init__(state) 24 super(Mess, self).__init__(state)
24 self.add_thing(CansOnShelf()) 25 self.add_thing(CansOnShelf())