整理代码

This commit is contained in:
MrZ626
2021-09-19 04:20:16 +08:00
parent 4654e9f7c7
commit ec04da06d7
6 changed files with 24 additions and 19 deletions

View File

@@ -45,10 +45,10 @@ return{
},
load=function()
PLY.newPlayer(1)
local P=PLAYERS[1]
local P1=PLAYERS[1]
for _=1,8 do
P:garbageRise(13,1,generateLine(P.holeRND:random(10)))
P1:garbageRise(13,1,generateLine(P1.holeRND:random(10)))
end
P.fieldBeneath=0
P1.fieldBeneath=0
end,
}