Framework for custom line clear animations added

Colored fadeout is the default
This commit is contained in:
Ishaan Bhardwaj
2021-02-10 18:35:51 -05:00
parent 77f24f5ee5
commit a047e51681
3 changed files with 80 additions and 6 deletions

View File

@@ -83,6 +83,7 @@ function GameScene:render()
end
self.game:drawGrid()
if self.game.lcd > 0 then self.game:drawLineClearAnimation() end
self.game:drawPiece()
self.game:drawNextQueue(self.ruleset)
self.game:drawScoringInfo()