修改三个音效名称

This commit is contained in:
MrZ626
2021-12-01 22:03:22 +08:00
parent 915598dec4
commit dc99187b9d
18 changed files with 25 additions and 25 deletions

View File

@@ -818,7 +818,7 @@ do--function checkWarning()
end
GAME.warnLVL=_
if GAME.warnLVL>1.126 and P1.frameRun%30==0 then
SFX.fplay('warning',SETTING.sfx_warn)
SFX.fplay('warn_beep',SETTING.sfx_warn)
end
elseif GAME.warnLVL>0 then
GAME.warnLVL=max(GAME.warnLVL-.026,0)