浏览代码

0.7.1 Added hit animations

tags/chalkboard
madiwka3 4 年前
父节点
当前提交
c6522663d6
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      .gitignore
  2. +1
    -1
      main.lua

+ 1
- 0
.gitignore 查看文件

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

+ 1
- 1
main.lua 查看文件

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


正在加载...
取消
保存