Sakura ghost piece fix
This commit is contained in:
@@ -467,11 +467,11 @@ function SakuraGame:drawGrid()
|
|||||||
elseif effects[self.current_map] == "color" then
|
elseif effects[self.current_map] == "color" then
|
||||||
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user