-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add per-mod settings #6432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add per-mod settings #6432
Conversation
|
Can the customization overlay not hit the bottom area of the mod select overlay (where the mod buttons are), it's darkening the score multiplier text. |
|
This is missing any form of testing. How are you testing? Please make a test scene with a test mod which implements settings. |
|
Just a heads up that whatever you did to this PR to bring it up-to-date is not the correct way ( |
|
Updated behaviour somewhat to use new logic in #7081. |
Resolves #6272 and in turn allows #4391, #4175, and #3201 to be realized.
Creates a new interface
IModHasSettingswhich allows a mod to create controls such as check boxes and sliders to allow the user control over it's properties.A new button is found on
ModSelectOverlaycalled "Customization" which opens a simple interface where all controls for customizing mods are found.The Modify mod will be made in a separate PR and is only shown here as an example.
Example:
