大幅削弱skip功能可使用时机
This commit is contained in:
@@ -112,7 +112,7 @@ local function newTile()
|
|||||||
end
|
end
|
||||||
local function freshMaxTile()
|
local function freshMaxTile()
|
||||||
maxTile=maxTile+1
|
maxTile=maxTile+1
|
||||||
if maxTile==7 then skipCD=0 end
|
if maxTile==12 then skipCD=0 end
|
||||||
SFX.play("reach")
|
SFX.play("reach")
|
||||||
ins(progress,format("%s - %.3fs",tileName[maxTile],TIME()-startTime))
|
ins(progress,format("%s - %.3fs",tileName[maxTile],TIME()-startTime))
|
||||||
end
|
end
|
||||||
@@ -202,7 +202,7 @@ end
|
|||||||
local function skip()
|
local function skip()
|
||||||
if state==1 and skipCD==0 then
|
if state==1 and skipCD==0 then
|
||||||
if airExist()then
|
if airExist()then
|
||||||
skipCD=32
|
skipCD=1024
|
||||||
skipUsed=true
|
skipUsed=true
|
||||||
newTile()
|
newTile()
|
||||||
SFX.play("hold")
|
SFX.play("hold")
|
||||||
|
|||||||
Reference in New Issue
Block a user