manups4e / ScaleformUI

ScaleformUI is a GTA menu styled API made with custom Scaleforms to be lighter, faster and visually better
Other
141 stars 49 forks source link

Add support for RightLabel and LeftBadge in submenus #135

Closed nicxes closed 1 year ago

nicxes commented 1 year ago

Currently, this functionality is only available for regular "items," but not for submenus. In the example below, I would like to add badge icons and align the values to the right for improved visual appeal and easier navigation.

Current: image

manups4e commented 1 year ago

after you added the submenu you can simply do subMenu.ParentItem:RightLabel() or subMenu.ParentItem:RightBadge()