修复Ultra模式计时错误
This commit is contained in:
@@ -9,7 +9,7 @@ return{
|
|||||||
fall=20,
|
fall=20,
|
||||||
task=function(P)
|
task=function(P)
|
||||||
local _=P.modeData.counter+1
|
local _=P.modeData.counter+1
|
||||||
if P.stat.frame>=warnTime[_]then
|
if P.stat.frame>=warnTime[_]*60 then
|
||||||
if _<9 then
|
if _<9 then
|
||||||
P.modeData.counter=_
|
P.modeData.counter=_
|
||||||
SFX.play("ready",.7+_*.03)
|
SFX.play("ready",.7+_*.03)
|
||||||
|
|||||||
Reference in New Issue
Block a user