-
Notifications
You must be signed in to change notification settings - Fork 671
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
LADX: Adding 'Option Groups' to the player options page. #3560
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I think the option groups should be in order of "importance". If I were doing it, I would do: Goal, Shuffles, Warp Points, Miscellaneous, Experimental, then Visuals & Sound.
Visuals & Sound goes at the bottom since it does not affect logic. Experimental is last of the logic-affecting ones because it is Experimental -- it is options that the average player should probably not touch unless they know what they're getting into.
Ordered the options aroundish the original fields. And misc sounded like something for the end. But true, that still effects the logic. So moved it above as suggested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…MW#3560) * Adding 'Option Groups' to the LADX player options page. * Moved 'Miscellaneous' group to the logic effecting groups.
…MW#3560) * Adding 'Option Groups' to the LADX player options page. * Moved 'Miscellaneous' group to the logic effecting groups.
…MW#3560) * Adding 'Option Groups' to the LADX player options page. * Moved 'Miscellaneous' group to the logic effecting groups.
What is this fixing or adding?
Adding the option groups to the options page for LADX.
This PR is a separated part of #3541 which was a duplicate of #3542. So this one is an addition of the already merged #3542.
How was this tested?
Starting the webhost locally and open the player options page. Also configuring and exporting configs, compare with a config from before the change and take a look if the result is the same.
If this makes graphical changes, please attach screenshots.