You are viewing a potentially older version of this package. View all versions.
nickklmao-MenuLib-1.0.5 icon

MenuLib

A library for creating UI!

Date uploaded 20 hours ago
Version 1.0.5
Download link nickklmao-MenuLib-1.0.5.zip
Downloads 55383
Dependency string nickklmao-MenuLib-1.0.5

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Menu Lib

A library for creating UI!

This was released early in so I could properly update REPOConfig.
As REPOConfig gets updated, so will this library.

For Developers

You can reference the REPOConfig GitHub.
Official documentation will come later.

CHANGELOG

v1.0.5

  • Added new method SetBarState to REPOSlider
    • Changes the behavior of the background bar (UpdateWithValue, StaticMinimum, StaticMaximum)
    • This would typically be used for Enum types

v1.0.4

  • Changed slider increment buttons to only increment by 1
    • This depends on how precise your slider is

v1.0.3

  • Added keybind support (UnityEngine.InputSystem.Key)
  • Made slider descriptions scroll
  • Migrated OpenDialog from the REPOButton to the MenuAPI

v1.0.2

  • Fixed label size for toggles

v1.0.1

  • Added option support to sliders
    • Rather than displaying a number, words can be displayed

v1.0.0 🔥

  • Initial release