parent
cdc0f35f22
commit
9e968b9390
@ -0,0 +1,7 @@ |
||||
function WinKeyPressed(key) |
||||
if key == "r" then |
||||
RestartGame() |
||||
_G.GAMESTATE = "GAME" |
||||
love.load() |
||||
end |
||||
end |
Loading…
Reference in new issue