This website works better with JavaScript.
首頁
探索
說明
登入
Madiwka
/
NuclearPong
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
8
Wiki
Activity
瀏覽代碼
0.7.1 Added hit animations
tags/chalkboard
madiwka3
4 年之前
父節點
6217df2cf7
當前提交
c6522663d6
共有
2 個文件被更改
,包括
2 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+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()
Write
Preview
Loading…
取消
儲存