Gui Icons enumeration.

This commit is contained in:
jussi
2024-12-11 00:21:28 +02:00
parent 14fbd73660
commit b4b81f68c4
10 changed files with 1343 additions and 18 deletions

View File

@@ -48,9 +48,9 @@ end
local function setGroupText( text, active )
if active then
return RL.GuiIconText( 120, text )
return RL.GuiIconText( RL.ICON_ARROW_DOWN_FILL, text )
else
return RL.GuiIconText( 119, text )
return RL.GuiIconText( RL.ICON_ARROW_RIGHT_FILL, text )
end
end