comparison gamelib/scenes/engine.py @ 244:cc478e3a951e

Line-art engine room.
author Simon Cross <hodgestar+bzr@gmail.com>
date Fri, 27 Aug 2010 13:20:45 +0200
parents 12c4f87ea424
children dfc89bc64fdb
comparison
equal deleted inserted replaced
243:0ea4661d134c 244:cc478e3a951e
5 5
6 6
7 class Engine(Scene): 7 class Engine(Scene):
8 8
9 FOLDER = "engine" 9 FOLDER = "engine"
10 BACKGROUND = None # TODO 10 BACKGROUND = "engine_room.png"
11 11
12 INITIAL_DATA = { 12 INITIAL_DATA = {
13 'accessible': True, 13 'accessible': True,
14 } 14 }
15 15