From 73bca2d56b9a95b6b233da8ac466ba1d1f081c76 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 16 Jul 2017 17:20:03 +0200 Subject: Pause works now MusicPlayer bug still exists for pause and win screens --- not/World.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'not') diff --git a/not/World.lua b/not/World.lua index 29c46cc..c6b74a3 100644 --- a/not/World.lua +++ b/not/World.lua @@ -371,6 +371,11 @@ function World:controlpressed (set, action, key) local new = World(map, nauts) sceneManager:changeScene(new) end + if key == "escape" then + sceneManager:addScene(Menu("pause")) + self:setInputDisabled(true) + self:setSleeping(true) + end for k,naut in pairs(self:getNautsAll()) do naut:controlpressed(set, action, key) end -- cgit v1.1