You are viewing a potentially older version of this package.
View all versions.
UILibrary
Library for other mods to use that handles more complex UI elements
| Date uploaded | 2 years ago |
| Version | 0.2.1 |
| Download link | erumi321-UILibrary-0.2.1.zip |
| Downloads | 681 |
| Dependency string | erumi321-UILibrary-0.2.1 |
This mod requires the following mods to function
SGG_Modding-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.1.0SGG_Modding-ReLoad
Provides helpers for managing hot reloading and waiting for the right time to load
Preferred version: 1.0.2SGG_Modding-ModUtil
Utility mod for mod interactions within lua for SGG's games
Preferred version: 4.0.0README
Hades 2 Ui Library
Hades II library to allow other mods to easily create more complex UI elements.
See Getting Started
Features
Planned
- On-screen keyboard w/ Text fields
- Sliders (we can query mouse coors with h2m)
- Sub-menus
- Pages (view pony menu)
- Confirm Dialog
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.1 - 2024-10-26
Fixed
- GUI Animations path for Patch 6
0.2.0 - 2024-06-17
Added
- Scrolling Lists
Changed
- Class system for components rather then static methods
0.1.0 - 2024-06-10
Added
- Radial Menus
- Dropdowns
- Radio Buttons