大幅削弱skip功能可使用时机

This commit is contained in:
MrZ626
2021-01-08 00:17:38 +08:00
parent bc0d22e54c
commit a46dec04eb

View File

@@ -112,7 +112,7 @@ local function newTile()
end
local function freshMaxTile()
maxTile=maxTile+1
if maxTile==7 then skipCD=0 end
if maxTile==12 then skipCD=0 end
SFX.play("reach")
ins(progress,format("%s - %.3fs",tileName[maxTile],TIME()-startTime))
end
@@ -202,7 +202,7 @@ end
local function skip()
if state==1 and skipCD==0 then
if airExist()then
skipCD=32
skipCD=1024
skipUsed=true
newTile()
SFX.play("hold")