Alpha V0.7.1

This commit is contained in:
MrZ_26
2020-02-04 19:29:24 +08:00
parent bdee7fba03
commit 1447893378
26 changed files with 278 additions and 131 deletions

View File

@@ -163,7 +163,9 @@ function Tmr.play(dt)
removeRow(field,clearing[i])
removeRow(visTime,clearing[i])
end
P.clearing={}
while #clearing>0 do
rem(clearing)
end
end
--Rows cleared drop
elseif waiting>0 then
@@ -190,9 +192,7 @@ function Tmr.play(dt)
end
P.b2b1=P.b2b1*.93+P.b2b*.07
if P.b2b>500 then
P.b2b=P.b2b-.2
elseif P.b2b>100 then
P.b2b=P.b2b-.15
P.b2b=P.b2b-.06
end
--Alive
else