Use wood colour for the coffin

This commit is contained in:
Juhani Krekelä 2019-06-30 21:17:55 +03:00
parent 81585b9baf
commit bb42a45397
1 changed files with 1 additions and 1 deletions

View File

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