diff --git a/src/game.lua b/src/game.lua index 5b5ebdc..09590ca 100644 --- a/src/game.lua +++ b/src/game.lua @@ -40,7 +40,8 @@ local game_scene_menu_options = { { texture = TEXTURES.UNPAUSE_HEX, action = function() - + win.scene("context").paused = false + win.scene:remove("menu") end }, {