new clock

This commit is contained in:
2021-12-27 20:43:37 +01:00
parent 3af5bbe928
commit 391e2ab1b7
8 changed files with 103 additions and 8 deletions

View File

@@ -60,7 +60,11 @@ function love.keypressed(key)
if key == 'escape' then
love.event.quit()
end
if key == 'f' then
push:switchFullscreen()
end
love.keyboard.keysPressed[key] = true
end