changeset 260:020f83305bf3

Line art machine room.
author Simon Cross <hodgestar+bzr@gmail.com>
date Fri, 27 Aug 2010 19:04:54 +0200
parents b6e1c4e4e59d
children 5bb9e40c98e4
files Resources/images/machine/machine_room.png gamelib/scenes/machine.py
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file Resources/images/machine/machine_room.png has changed
--- 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,