TomGrobbe / MenuAPI

FiveM C# Menu API. Designed specifically as a replacement of NativeUI for vMenu. Full safezone scaling supported, both left and right aligned menus supported.
https://docs.vespura.com/mapi
62 stars 45 forks source link

Menu Glare #30

Open ekralc opened 4 years ago

ekralc commented 4 years ago

I'd love to see a toggle in the Menu class to draw the MP_MENU_GLARE Scaleform on the header (like in GTA Online):

image

Here's an example of an implementation in NativeUI https://github.com/citizenfx/NativeUI/commit/738186ce01880a344fca2352d659a6d41c1cd071

TomGrobbe commented 4 years ago

I'll try to add this tomorrow.

ekralc commented 4 years ago

Sounds great 😄 I would have done a PR to save you the trouble, but I'm not too experienced with using Scaleform.

TomGrobbe commented 4 years ago

@Jamelele I'll have to look at it another time, but it is something I want to add in the future.

Sasino97 commented 2 years ago

Was this ever done btw?