整理代码

This commit is contained in:
MrZ626
2020-09-10 11:11:29 +08:00
parent aa9dca918d
commit 50963fbd59
8 changed files with 48 additions and 32 deletions

View File

@@ -2063,7 +2063,10 @@ do--player.drop(P)--Place piece
for x=1,c do
local y
for i=#B,1,-1 do
if B[i][x]then y=i;goto L1 end
if B[i][x]then
y=i
goto L1
end
end
goto L2
::L1::