Alpha V0.7.8

This commit is contained in:
MrZ_26
2020-02-04 19:31:31 +08:00
parent c35152cf6e
commit 75c7955bb5
18 changed files with 395 additions and 360 deletions

View File

@@ -64,6 +64,11 @@ function Tmr.play(dt)
rem(FX.badge,i)
end
end
for i=1,#virtualkey do
if virtualkeyPressTime[i]>0 then
virtualkeyPressTime[i]=virtualkeyPressTime[i]-1
end
end
for i=1,3 do
PTC.attack[i]:update(dt)
end
@@ -83,7 +88,7 @@ function Tmr.play(dt)
P.moving=0
end
end
return nil
return
end--Counting,include pre-das
for p=1,#players do
P=players[p]
@@ -159,8 +164,9 @@ function Tmr.play(dt)
removeRow(P.field,P.clearing[i])
removeRow(P.visTime,P.clearing[i])
end
while P.clearing[1]do
::L::if P.clearing[1]then
rem(P.clearing)
goto L
end
end
elseif P.waiting>0 then
@@ -245,7 +251,5 @@ function Tmr.play(dt)
PTC.dust[p]:update(dt)
end
end
if modeEnv.royaleMode and frame%60==0 then
freshMostDangerous()
end
if modeEnv.royaleMode and frame%60==0 then freshMostDangerous()end
end