diff gamelib/scenes/machine.py @ 260:020f83305bf3

Line art machine room.
author Simon Cross <hodgestar+bzr@gmail.com>
date Fri, 27 Aug 2010 19:04:54 +0200
parents dfc89bc64fdb
children 5f58da9eeb52
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Fri Aug 27 19:01:00 2010 +0200
+++ b/gamelib/scenes/machine.py	Fri Aug 27 19:04:54 2010 +0200
@@ -8,7 +8,7 @@
 class Machine(Scene):
 
     FOLDER = "machine"
-    BACKGROUND = None # TODO
+    BACKGROUND = "machine_room.png"
 
     INITIAL_DATA = {
         'accessible': True,