done for tonight
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user