整 理 代 码
(应该没有改到字符串里面的东西吧…)起码不直接影响运行
This commit is contained in:
@@ -11,7 +11,7 @@ local function task_PC(P)
|
||||
P:pushNextList(L,symmetry)
|
||||
|
||||
P.control=false
|
||||
if P.frameRun>180 then for _=1,26 do coroutine.yield()end end
|
||||
if P.frameRun>180 then for _=1,26 do coroutine.yield() end end
|
||||
P.control=true
|
||||
|
||||
local base=PCbase[difficulty]
|
||||
@@ -31,9 +31,9 @@ local function _check(P)
|
||||
|
||||
if P.stat.pc%4==0 and P.stat.pc>0 and P.stat.pc<=40 then
|
||||
local s=P.stat.pc/4
|
||||
P.gameEnv.drop=pc_drop[s]or 10
|
||||
P.gameEnv.lock=pc_lock[s]or 25
|
||||
P.gameEnv.fall=pc_fall[s]or 4
|
||||
P.gameEnv.drop=pc_drop[s] or 10
|
||||
P.gameEnv.lock=pc_lock[s] or 25
|
||||
P.gameEnv.fall=pc_fall[s] or 4
|
||||
if s==10 then
|
||||
P:_showText(text.maxspeed,0,-140,100,'appear',.6)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user