diff gamelib/scenes/map.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 098ea4ea0d0d
children 3ce19d33b51f
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Sat Feb 11 17:34:23 2012 +0200
+++ b/gamelib/scenes/map.py	Sat Feb 11 17:38:57 2012 +0200
@@ -23,8 +23,7 @@
         'implant': True,
     }
 
-    def __init__(self, state):
-        super(Map, self).__init__(state)
+    def setup(self):
         self.add_thing(ToCryo())
         self.add_thing(ToBridge())
         self.add_thing(ToMess())