整理代码,清除问题

This commit is contained in:
MrZ626
2020-10-19 22:40:14 +08:00
parent 4cdf3f52b5
commit df1cb2832d
40 changed files with 158 additions and 202 deletions

View File

@@ -9,7 +9,7 @@ local function check_rise(P)
P:showTextF(text.great,0,-120,80,"fly",.8)
end
end
for i=1,8-L do
for _=1,8-L do
P:garbageRise(13,1,P:RND(10))
end
else
@@ -17,7 +17,7 @@ local function check_rise(P)
P:showTextF(text.awesome,0,-120,80,"beat",.6)
SFX.play("clear")
BG.send(26)
for i=1,8 do
for _=1,8 do
P:garbageRise(13,1,P:RND(10))
end
else