GTcreyon / SM63Redux

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

Fix FLUDD bubbles cutting off #250

Closed GTcreyon closed 11 months ago

GTcreyon commented 11 months ago

Description of changes

Fixes an issue causing FLUDD bubbles to be cut off when the window is resized. Changed to using the specific window size rather than canvas size, since this seems closer to the original intention.

Issue(s)

Closes #229