GTcreyon / SM63Redux

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

Fix water meter bubbles scaling with window #243

Closed Koopa1018 closed 12 months ago

Koopa1018 commented 12 months ago

Description of changes

Manually syncs the bubble systems' particle scale with the HUD's root. All three water particle systems share a process material, so the script only needs to get it from one of them.

Also, code refactor and cleanup, like usual.

Issue(s)

Closes #237.

Note

@sbritorodr also submitted a fix; see #242.

jaschutte commented 12 months ago

Looks good to me, a lot cleaner with getting rid of all those magic numbers.