Hook the introduction into the menus
[naja.git] / naja / scenes / howto.py
index cf6f3549fcf6d66eefd6375bde6b4992eb8259e7..4d341786d780968b739c96aa6589e39c266f1863 100644 (file)
@@ -62,7 +62,7 @@ class HowtoScene(Scene):
             box_width=740, view_port=(780, 540)))
 
     def handle_scene_event(self, ev):
-        from naja.scenes.menu import MenuScene
+        from naja.scenes.introduction import IntroductionScene
         if ev.type == pgl.KEYDOWN and ev.key in KEYS.QUIT:
-            SceneChangeEvent.post(MenuScene)
+            SceneChangeEvent.post(IntroductionScene)
             return