mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 20:49:03 -06:00
10-wide graphic restored
This commit is contained in:
parent
512c2149f0
commit
2de13a97f0
@ -50,10 +50,14 @@ function GameScene:render()
|
|||||||
)
|
)
|
||||||
|
|
||||||
-- game frame
|
-- game frame
|
||||||
-- love.graphics.draw(misc_graphics["frame"], 48, 64)
|
if self.game.grid.width == 10 then
|
||||||
|
love.graphics.draw(misc_graphics["frame"], 48, 64)
|
||||||
|
end
|
||||||
|
|
||||||
love.graphics.setColor(0, 0, 0, 200)
|
love.graphics.setColor(0, 0, 0, 200)
|
||||||
love.graphics.rectangle("fill", 64, 80, 16 * self.game.grid.width, 320)
|
love.graphics.rectangle("fill", 64, 80, 16 * self.game.grid.width, 320)
|
||||||
|
|
||||||
|
if self.game.grid.width ~= 10 then
|
||||||
love.graphics.setColor(174/255, 83/255, 76/255, 1)
|
love.graphics.setColor(174/255, 83/255, 76/255, 1)
|
||||||
love.graphics.setLineWidth(8)
|
love.graphics.setLineWidth(8)
|
||||||
love.graphics.line(
|
love.graphics.line(
|
||||||
@ -72,6 +76,7 @@ function GameScene:render()
|
|||||||
60,404,
|
60,404,
|
||||||
60,76
|
60,76
|
||||||
)
|
)
|
||||||
|
end
|
||||||
|
|
||||||
self.game:drawGrid()
|
self.game:drawGrid()
|
||||||
self.game:drawPiece()
|
self.game:drawPiece()
|
||||||
|
Loading…
Reference in New Issue
Block a user