This commit is contained in:
Simon Kellet
2024-07-21 13:47:33 +01:00
parent 407436f7f0
commit 53aa6d698d
4 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -13,7 +13,11 @@ function GameKeyPressed(key)
DebugFlag = not DebugFlag
end
--[[
--TODO: Move player movement code into here!
--[[
-- TODO: Better restart
if key == "r" and not _G.PAUSED then
love.load()
end