整理代码
框架跟进
This commit is contained in:
@@ -5,7 +5,7 @@ return{
|
||||
sequence=function(P)
|
||||
for _=1,3 do P:getNext(7)end
|
||||
while true do
|
||||
YIELD()
|
||||
coroutine.yield()
|
||||
if not P.nextQueue[1]then
|
||||
local height=TABLE.new(0,10)
|
||||
local max=#P.field
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local yield=YIELD
|
||||
local yield=coroutine.yield
|
||||
local function marginTask(P)
|
||||
local S=P.stat
|
||||
while true do yield()if S.frame>90*60 then P.strength=1;P:setFrameColor(1)break end end
|
||||
|
||||
Reference in New Issue
Block a user