main
Simon Kellet 2 months ago
parent 407436f7f0
commit 53aa6d698d
  1. 3
      .gitignore
  2. 6
      Game/GameKeyPressed.lua
  3. 0
      bullet.lua
  4. BIN
      game.love

3
.gitignore vendored

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

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

Binary file not shown.
Loading…
Cancel
Save