diff --git a/bundle/main.lua b/bundle/main.lua index d0ebe78..487dce0 100644 --- a/bundle/main.lua +++ b/bundle/main.lua @@ -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) diff --git a/bundle/sprite.png b/bundle/sprite.png index de995f1..78fe2be 100644 Binary files a/bundle/sprite.png and b/bundle/sprite.png differ