可交互背景系统试验(给无尽挖掘装上了)

This commit is contained in:
MrZ_26
2020-08-16 01:19:46 +08:00
parent 78e3aa2532
commit b2ba8a84e9
2 changed files with 84 additions and 2 deletions

View File

@@ -16,6 +16,9 @@ local function check_rise(P)
if P.garbageBeneath==0 then
P:showTextF(text.awesome,0,-120,80,"beat",.6)
SFX.play("clear")
BG.send(26)
else
BG.send(#P.clearedRow)
end
end
end