Browse Source

0.7.1 Added hit animations

tags/chalkboard
madiwka3 3 years ago
parent
commit
c6522663d6
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +1
    -1
      main.lua

+ 1
- 0
.gitignore View File

@@ -1,3 +1,4 @@
conf.lua
game.love
game.zip
debuggame.sh

+ 1
- 1
main.lua View File

@@ -1336,7 +1336,7 @@ function love.draw()
love.graphics.translate(dx, dy)
end
if (gameState == 'menu') then
updateTEXT = '0.7 Chalkboard Update'
updateTEXT = '0.7.1 Chalkboard Update'
end
serveBot()
hardmanager()


Loading…
Cancel
Save