Tweak the colour of night.
[tabakrolletjie.git] / tabakrolletjie / scenes / menu.py
index f9658a9c545b84a2fc0a2f0d99b04f9f60a8ec69..c8b32ad40a528678dfad97bc6bc867f9a6c6b990 100644 (file)
@@ -1,6 +1,5 @@
 """ Menu scene. """
 
-import pygame.event
 import pygame.locals as pgl
 
 from .base import BaseScene
@@ -18,3 +17,6 @@ class MenuScene(BaseScene):
             elif ev.key == pgl.K_n:
                 from .night import NightScene
                 SceneChangeEvent.post(scene=NightScene())
+            elif ev.key == pgl.K_l:
+                print "Loading Station Alpha ..."
+                gamestate.load_station("station-alpha.json")