slightly different dropdown visual
This commit is contained in:
parent
71e06141d0
commit
de00c3a828
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ function self.render()
|
|||
|
||||
love.graphics.rectangle('line', x, y, w, h)
|
||||
love.graphics.print(self.selected(i), x + margin/2, y + margin/2)
|
||||
love.graphics.rectangle('line', x + w - h, y, h, h)
|
||||
-- love.graphics.rectangle('line', x + w - h, y, h, h)
|
||||
love.graphics.polygon('line', x + w - h/2 + 0.3 * h, y + h/2 - 0.3 * h, x + w - h/2 - 0.3 * h, y + h/2 - 0.3 * h, x + w - h/2, y + h/2 + 0.3 * h)
|
||||
|
||||
if self.openDropdown == i then
|
||||
|
|
Loading…
Reference in a new issue