mirror of
https://github.com/SashLilac/cambridge.git
synced 2025-05-13 20:21:25 -05:00
Moved the LCA draw call to after the piece draw call
This commit is contained in:
@@ -920,13 +920,13 @@ function GameMode:draw(paused)
|
|||||||
self:drawFrame()
|
self:drawFrame()
|
||||||
self:drawGrid()
|
self:drawGrid()
|
||||||
self:drawPiece()
|
self:drawPiece()
|
||||||
|
if self:canDrawLCA() then
|
||||||
|
self:drawLineClearAnimation()
|
||||||
|
end
|
||||||
self:drawNextQueue(self.ruleset)
|
self:drawNextQueue(self.ruleset)
|
||||||
self:drawScoringInfo()
|
self:drawScoringInfo()
|
||||||
self:drawReadyGo()
|
self:drawReadyGo()
|
||||||
self:drawCustom()
|
self:drawCustom()
|
||||||
if self:canDrawLCA() then
|
|
||||||
self:drawLineClearAnimation()
|
|
||||||
end
|
|
||||||
|
|
||||||
love.graphics.setColor(1, 1, 1, 1)
|
love.graphics.setColor(1, 1, 1, 1)
|
||||||
love.graphics.setFont(font_3x5_2)
|
love.graphics.setFont(font_3x5_2)
|
||||||
|
|||||||
Reference in New Issue
Block a user