scenes/test: use a more neutral and readable color for background
This commit is contained in:
parent
28beee9c41
commit
96e095759b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ function TestScene:update(dt)
|
|||
end
|
||||
|
||||
function TestScene:draw()
|
||||
love.graphics.setColor(0, 0, 1, 1)
|
||||
love.graphics.setColor(.75, .75, .75, 1)
|
||||
love.graphics.rectangle("fill", 0, 0, 424, 240)
|
||||
|
||||
love.graphics.setColor(0, 0, 0, 1)
|
||||
|
|
Loading…
Reference in a new issue