Add very hacky level loading.
[tabakrolletjie.git] / tabakrolletjie / scenes / night.py
index daea44d8b927b0bf78d0ebd4b44377e63de8814a..630dab3ef7fa46d7ace48ce3b6ea74efd25b3cc5 100644 (file)
@@ -1,6 +1,5 @@
 """ In the night, the mould attacks. """
 
-import pygame.event
 import pygame.locals as pgl
 
 from .base import BaseScene
@@ -8,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))