slightly different dropdown visual

This commit is contained in:
jill 2021-09-18 02:06:31 +03:00
parent 71e06141d0
commit de00c3a828
1 changed files with 1 additions and 1 deletions

View File

@ -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