summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-08-21 21:52:40 -0500
committerthe lemons <citrons@mondecitronne.com>2022-08-21 21:52:40 -0500
commit34d3f09bd7188efe90b1ebacd3853454c8ddb2aa (patch)
tree13c57aa0ef44404c18b37e735af385a20f9143a0
parent1087aef7d3aa641877e336ddb8ede54a2c90ddbd (diff)
arm color
-rw-r--r--Bolvis.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bolvis.lua b/Bolvis.lua
index cf5070e..721bc4d 100644
--- a/Bolvis.lua
+++ b/Bolvis.lua
@@ -130,7 +130,7 @@ end
function Hand:draw()
local x1, y1 = unpack(self.bolvis.pos)
local x2, y2 = unpack(self.pos)
- love.graphics.setColor(1, 0.8, 0.9)
+ love.graphics.setColor(0.73, 0.76, 0.91)
love.graphics.setLineWidth(15)
love.graphics.line(x1, y1, x2, y2)
love.graphics.setColor(1, 1, 1)