消除超过6行时部分语言会小字显示消的行数

This commit is contained in:
MrZ626
2021-11-02 17:20:51 +08:00
parent 33ba4820b3
commit e8860eda1b
10 changed files with 12 additions and 1 deletions

View File

@@ -687,6 +687,7 @@ function Player:clearFilledLines(start,height)
if _cc>0 then
playClearSFX(_cc)
self:showText(text.clear[min(_cc,21)],0,0,60,'beat',.4)
if _cc>6 then self:showText(text.cleared:gsub("$1",_cc),0,50,25,'fly',.4)end
self:_removeClearedLines()
self.falling=self.gameEnv.fall
self.stat.row=self.stat.row+_cc