tweak button color

This commit is contained in:
jill 2021-09-19 22:13:41 +03:00
parent a861a2dd11
commit db634d768a
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ function self.render()
love.graphics.setColor(0, 0, 0, 1)
if hovering or dragging then
love.graphics.setColor(0.2, 0.2, 0.3, 1)
love.graphics.setColor(0.4, 0.4, 1, 1)
if v.tooltip then tooltips.show(v.tooltip) end
end
love.graphics.rectangle('fill', x, y, w, h)