Small game / settings fix

This commit is contained in:
Ishaan Bhardwaj 2021-01-12 14:32:10 -05:00
parent 6639d73c1c
commit 3f8d68cc9d

View File

@ -79,6 +79,7 @@ function GameScene:render()
60,84+16*(self.game.grid.height-4), 60,84+16*(self.game.grid.height-4),
60,76 60,76
) )
love.graphics.setLineWidth(1)
end end
self.game:drawGrid() self.game:drawGrid()