Make the player's representation have reasonable-coloured clothes

This commit is contained in:
Juhani Krekelä 2019-06-30 22:35:05 +03:00
parent bb42a45397
commit 0db59b4803
2 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ function drawWin()
transformed_vertices[i + 1] = y
end
love.graphics.setColor(0, 0, 1)
love.graphics.setColor(0.1, 0.1, 0.3)
love.graphics.polygon('fill', transformed_vertices)
love.graphics.setColor(0.6, 0.3, 0.2)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 368 B