diff 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
line wrap: on
line diff
--- a/gamelib/scenes/engine.py	Fri Aug 27 13:01:42 2010 +0200
+++ b/gamelib/scenes/engine.py	Fri Aug 27 13:20:45 2010 +0200
@@ -7,7 +7,7 @@
 class Engine(Scene):
 
     FOLDER = "engine"
-    BACKGROUND = None # TODO
+    BACKGROUND = "engine_room.png"
 
     INITIAL_DATA = {
         'accessible': True,