You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completely reworked every single part of the code. Not compatible with prior versions!
Basically now acts as a giant UI library for FiveM: All UI elements can now be parented to other UI elements to make positioning and scaling much easier.
Better performance while menu is open.
Menu background is now a Sprite that can be changed to better fit your own server aesthetics instead of just a grey background.
Added Scroll- and PageMenu which both allow for an unlimited number of items without cluttering the screen.
Added exports for creating the menu. Several scripts can add items / submenus to the default menu without overlapping each other.
Added SpriteUV for controlling the UVs of a sprite directly.