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

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store .DS_Store
game.love *.love
*.exe

View File

@ -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
View File

BIN
game.love

Binary file not shown.