mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 18:59:03 -06:00
Sakura ghost piece fix
This commit is contained in:
parent
1acd0ec65a
commit
0f3883e18d
@ -468,10 +468,10 @@ function SakuraGame:drawGrid()
|
|||||||
self.grid:drawCustom(colourColor, self)
|
self.grid:drawCustom(colourColor, self)
|
||||||
else
|
else
|
||||||
self.grid:draw()
|
self.grid:draw()
|
||||||
-- if self.piece ~= nil and self.level < 100 then
|
end
|
||||||
self:drawGhostPiece(ruleset)
|
if self.piece ~= nil and self.level < 100 then
|
||||||
-- end
|
self:drawGhostPiece()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function SakuraGame:drawScoringInfo()
|
function SakuraGame:drawScoringInfo()
|
||||||
|
Loading…
Reference in New Issue
Block a user