scenes/test: use a more neutral and readable color for background

This commit is contained in:
Kazhnuz 2019-02-11 22:40:44 +01:00
parent 28beee9c41
commit 96e095759b

View file

@ -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)