Skip to content

Commit

Permalink
删除一个没用到的资源
Browse files Browse the repository at this point in the history
添加mod出现动画的音效
  • Loading branch information
MrZ626 committed Aug 14, 2023
1 parent 1d59cba commit 974308c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file removed media/effect/chiptune/uncheck .ogg
Binary file not shown.
1 change: 1 addition & 0 deletions parts/gameFuncs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 974308c

Please sign in to comment.