changes
This commit is contained in:
parent
407436f7f0
commit
53aa6d698d
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
0
bullet.lua
Normal file → Executable file
0
bullet.lua
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user