Ver a proveniência

0.7.1 Added hit animations

tags/chalkboard
madiwka3 há 4 anos
ascendente
cometimento
c6522663d6
2 ficheiros alterados com 2 adições e 1 eliminações
  1. +1
    -0
      .gitignore
  2. +1
    -1
      main.lua

+ 1
- 0
.gitignore Ver ficheiro

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

+ 1
- 1
main.lua Ver ficheiro

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


Carregando…
Cancelar
Guardar