-
Notifications
You must be signed in to change notification settings - Fork 176
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
ModularUI setup #2264
ModularUI setup #2264
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.
When holding a stack of integrated circuits, setting the config number through the MUI window and then closing the window will void all the circuits except for 1. This does not happen on master.
When opening a MUI GUI with debug mode enabled, there is a small green dot that follows the cursor. I am not sure if this is intended or not, and only happens when debug mode is on. It seems like something on MUI's side, which is why I am not sure if it is intended or not.
Adds MUI, deprecates old UI, sets up an easy way for UIs to port to MUI and creates the standard 4 themes (standard, bronze, steel, primitive).
Also ports 3 UIs as proof of concept:
Crate (MTE example):
Before:
After:
Storage Cover (Cover example):
Before:
After (the selected slot is not properly getting theme applied, but there is a todo comment marking it):
Programmed Circuit (Item with UI example):
Before:
After (the selected slot background not being themed has now been fixed):