This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
Releases: WittleWolfie/ModMenu
Releases · WittleWolfie/ModMenu
v1.3.2
v1.3.1
- Added comments for DropdownButton
- New event triggers when setting changes are applied (requires 1.3.1)
- Hopefully fixed the "Mods" settings button text sometimes being too large
- New utility allows changing the description for a setting
Thanks to hambeard for these changes!
v1.3.0
v1.2.5
- Subheaders no longer auto-expand when expanding the parent header
v1.2.4
- Fixes collapse / expand behavior when scrolling long lists
v1.2.3
- Now with less log spam!
v1.2.2
- Fixes a bug which causes key bindings to stop working after returning to the main menu from in-game
v1.2.1
- Adds
scaleImage
parameter to images for more control
v1.2.0
- Fix remaining warnings for
ScriptableObject.CreateInstance()
- Fix issue preventing the default dialog from dismissing
- Add support for dropdown list
- Accepts a list of LocalizedString values
- The "value" of the setting is the index of the entry in the list
- Add support for key binding settings
- Add support for dropdown buttons
- Setting has a dropdown list with a button to the left
- When the button is clicked,
OnClick(int)
is called, passing in the index of the currently selected entry in the list
v1.1.1
- Fix warnings when adding Image and SubHeaders
- Added missing API docs