tweak button color
This commit is contained in:
parent
a861a2dd11
commit
db634d768a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue