删除一个没用到的资源
添加mod出现动画的音效
This commit is contained in:
Binary file not shown.
@@ -935,6 +935,7 @@ do-- function resetGameData(args)
|
|||||||
if time%20==0 then
|
if time%20==0 then
|
||||||
local M=GAME.mod[time/20+1]
|
local M=GAME.mod[time/20+1]
|
||||||
if not M then return end
|
if not M then return end
|
||||||
|
SFX.play('collect',.2)
|
||||||
TEXT.show(M.id,640+(time/20%5-2)*80,26,45,'spin')
|
TEXT.show(M.id,640+(time/20%5-2)*80,26,45,'spin')
|
||||||
end
|
end
|
||||||
time=time+1
|
time=time+1
|
||||||
|
|||||||
Reference in New Issue
Block a user