GTcreyon / SM63Redux

Code base for Super Mario 63 Redux
https://sm63redux.com
Mozilla Public License 2.0
195 stars 27 forks source link

Rewrite UI code #245

Open GTcreyon opened 12 months ago

GTcreyon commented 12 months ago

Describe the feature you'd like The code controlling the majority of UI elements is outdated, hacky, and inflexible. It should be refactored into a coherent design, preferably removing explicit node paths within scripts and instead using export variables.

Do you intend to contribute this yourself? If so, how do you plan on doing it? I might, but I'm not sure on any specifics.

Koopa1018 commented 12 months ago

Ooh, export variables. Good use of the new 4.1 features.