mirror of
https://github.com/SashLilac/cambridge.git
synced 2025-04-11 19:42:55 -05:00
Merge ba0aeec98d
into d0fdaf30ab
This commit is contained in:
commit
1ba22af7f2
@ -106,6 +106,10 @@ function Race40Game:drawGrid(ruleset)
|
||||
if self.piece ~= nil then
|
||||
self:drawGhostPiece(ruleset)
|
||||
end
|
||||
if self.lines >= self.line_goal - 20 and self.lines < self.line_goal then
|
||||
local line_height = (self.lines - self.line_goal + 20) * 16 + 80
|
||||
love.graphics.setColor(1, 0, 0, 1)
|
||||
love.graphics.line(64, line_height, 224, line_height)
|
||||
end
|
||||
|
||||
function Race40Game:getHighscoreData()
|
||||
|
Loading…
Reference in New Issue
Block a user