CHANGELOG
v0.2.0
- Updated with forked version of UniverseLib to fix issues coming from
UniverseLib.Input.CursorUnlocker
v0.1.4
- Network events raised outside of a multiplayer game will now work as long as they target the sender
v0.1.3
- Simplified the registration/raising of
SimpleEvent
s further
v0.1.2
- The following Mache overlay properties are now saved and restored on restart:
- Overlay panel position
- Overlay panel size
- Last mod menu displayed
v0.1.1
esc
key now closes Mache menu- Fixed issue with UniverseLib config preventing use of chat in multiplayer
- Added methods for enabling/disabling the Mache menu and switching to specific mod details
v0.1.0
- Improved dropdown component with configurable height
- Bumped to minor version 1 so patch numbers will be more significant
v0.0.7
- Added config option for changing the Mache Mod Menu toggle keybind
v0.0.6
- Added functionality for mods to put UI elements directly into their Mache mod screen
- Added helpful extensions for saving
Vector2
,Vector3
,Vector4
, andRect
values to BepInEx config - Added the
MenuPanel::Builder
to facilitate easier creation of simple UniverseLib based UI
v0.0.5
- Added utilities for registering/raising custom networked events
- Opening the Mache menu in-game will now also open the pause menu
v0.0.1
- Initial release