diff gamelib/scenes/mess.py @ 592:4e9178215e75 pyntnclick

Introduce .setup() for GameDeveloperGizmos.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sat, 11 Feb 2012 17:38:57 +0200
parents 071a93441995
children 3ce19d33b51f
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Sat Feb 11 17:34:23 2012 +0200
+++ b/gamelib/scenes/mess.py	Sat Feb 11 17:38:57 2012 +0200
@@ -21,8 +21,7 @@
         'life support status': 'broken',  # broken, replaced, fixed
         }
 
-    def __init__(self, state):
-        super(Mess, self).__init__(state)
+    def setup(self):
         self.add_thing(CansOnShelf())
         self.add_thing(Tubes())
         self.add_thing(ToMap())