重做连击音效

重新导出部分音效
This commit is contained in:
MrZ626
2021-10-21 02:53:49 +08:00
parent b80a72785b
commit 45f9c80888
26 changed files with 1 additions and 1 deletions

View File

@@ -1517,7 +1517,7 @@ do--Player.drop(self)--Place piece
--SFX & Vibrate
if self.sound then
SFX.play(clearSFX[cc])
SFX.play(renSFX[min(cmb,11)])
SFX.play(renSFX[min(cmb,11)],.75)
if cmb>14 then
SFX.play('ren_mega',(cmb-10)*.1)
end