Bevel the hand outlines

This commit is contained in:
Brandon Dyck 2024-04-13 13:30:53 -06:00
parent 0ba4f6ccca
commit 4e9be28c42

View File

@ -35,6 +35,7 @@ function Hand:draw(turns)
love.graphics.rotate(turnsToRads(turns) + 0.5 * math.pi)
love.graphics.polygon("fill", vertices)
love.graphics.setColor(DARK_YELLOW)
love.graphics.setLineJoin("bevel")
love.graphics.setLineWidth(self.lineWidth)
love.graphics.polygon("line", vertices)
love.graphics.pop()