MenuLib

[Re-Usable] MenuLib v0.6

luigibudd

luigibudd

Member
luigibudd submitted a new addon:

MenuLib - Lightweight menu library for SRB2. Still Indev.

A small and portable menu library for SRB2. Written to be used in Saxa's Murder Mystery, it is a lightweight, extremely customizable and easy to use menu library. Uses mouse controls.

Documentation is still a TO-DO, however, a debug file is left in the pk3 if you wanna study that.

View attachment 4742
View attachment 4743

GitHub if you want to contribute.

Read more about this addon...
 
luigibudd updated MenuLib with a new update entry:

Improve library

Additions/Improvements:
  • Pop ups can now be instantly closed, bypassing the slide out animation. MenuLib.initPop(id, boolean instant)
  • The escape key can now close menus and popups. If trying to close a popup, the escape key will have no effect if the popup has the PS_NOESCAPE popup-style flag
  • Menus/popups now have menu_t.init and menu_t.exit "hook" functions. These are called when a menu/popup is opened or closed...

Read the rest of this update entry...
 
i added an example script to the main page to show off an example of making a game with menus
 
Top