删除一个没用到的资源

添加mod出现动画的音效
This commit is contained in:
MrZ_26
2023-08-14 18:25:11 +08:00
parent 1d59cba316
commit 974308c843
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -935,6 +935,7 @@ do-- function resetGameData(args)
if time%20==0 then
local M=GAME.mod[time/20+1]
if not M then return end
SFX.play('collect',.2)
TEXT.show(M.id,640+(time/20%5-2)*80,26,45,'spin')
end
time=time+1