Browse Source

fix the pause thing

master
Nicholas Hayashi 3 years ago
parent
commit
fd15e6a562
  1. 3
      src/game.lua

3
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
},
{

Loading…
Cancel
Save