done for tonight

This commit is contained in:
Simon Kellet
2024-07-21 21:24:12 +01:00
parent cdc0f35f22
commit 9e968b9390
12 changed files with 54 additions and 22 deletions
+9
View File
@@ -33,4 +33,13 @@ function MenuKeyPressed(key)
_G.MENU_POS = _G.MENU_POS + 1
end
end
if key == "r" then
musicBattle:stop()
musicMenu:stop()
musicPause:stop()
musicStory:stop()
_G.GAMESTATE = "MENU"
love.load()
end
end