changes
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
game.love
|
*.love
|
||||||
|
*.exe
|
||||||
|
|||||||
@@ -13,7 +13,11 @@ function GameKeyPressed(key)
|
|||||||
DebugFlag = not DebugFlag
|
DebugFlag = not DebugFlag
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--TODO: Move player movement code into here!
|
||||||
|
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
-- TODO: Better restart
|
||||||
if key == "r" and not _G.PAUSED then
|
if key == "r" and not _G.PAUSED then
|
||||||
love.load()
|
love.load()
|
||||||
end
|
end
|
||||||
|
|||||||
Regular → Executable
Reference in New Issue
Block a user