comparison gamelib/scenes/engine.py @ 466:af2a23b9787d

You can now use doors while wielding things.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 01:43:55 +0200
parents eebd6e08cbc9
children 73f56bc78cc3
comparison
equal deleted inserted replaced
465:03dcb25d8370 466:af2a23b9787d
14 14
15 FOLDER = "engine" 15 FOLDER = "engine"
16 BACKGROUND = "engine_room.png" 16 BACKGROUND = "engine_room.png"
17 17
18 INITIAL_DATA = { 18 INITIAL_DATA = {
19 'accessible': True,
20 'engine online': False, 19 'engine online': False,
21 'greet' : True, 20 'greet' : True,
22 } 21 }
23 22
24 def __init__(self, state): 23 def __init__(self, state):