lighter color for in-progress strokes

This commit is contained in:
Kartik K. Agaram 2022-05-18 13:09:06 -07:00
parent d0eeb8586f
commit 28c29eecde
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ function Drawing.draw(line, y)
end
end
end
love.graphics.setColor(0.75,0.75,0.75)
Drawing.draw_pending_shape(16,line.y, line)
end