tracking down problem with insidebounds check

This commit is contained in:
2021-12-29 23:22:17 +01:00
parent 0aeb0139d3
commit e46316cff8
10 changed files with 731 additions and 267 deletions

View File

@@ -65,6 +65,11 @@ function love.keypressed(key)
push:switchFullscreen()
end
if key == 'r' then
gStateStack:clear()
gStateStack:push(StartState())
end
love.keyboard.keysPressed[key] = true
end