Add very hacky level loading.
[tabakrolletjie.git] / tabakrolletjie / scenes / night.py
index 27ab21c7b31169b7e6c25d365f563e4cac446b4e..630dab3ef7fa46d7ace48ce3b6ea74efd25b3cc5 100644 (file)
@@ -7,6 +7,10 @@ from ..events import SceneChangeEvent
 
 
 class NightScene(BaseScene):
+    def enter(self, gamestate):
+        import pprint
+        pprint.pprint(gamestate.station)
+
     def render(self, surface, gamestate):
         surface.fill((0, 0, 255))