diff --git a/bundle/main.lua b/bundle/main.lua index a40e898..3fedca0 100644 --- a/bundle/main.lua +++ b/bundle/main.lua @@ -613,9 +613,9 @@ function love.draw() if tile == tiletypes.empty then love.graphics.setColor(0.2, 0.2, 0.2) elseif tile == tiletypes.wall then - love.graphics.setColor(0.8, 0.8, 0.8) + love.graphics.setColor(0.9, 0.9, 0.9) else - love.graphics.setColor(0.3, 0.3, 0.3) + love.graphics.setColor(0.5, 0.5, 0.5) end end