jjohnsnaill / SubworldLibrary

Dimensions in Terraria, made easy.
44 stars 24 forks source link

Minor UI Scale Issue #9

Closed Destructor-Ben closed 2 months ago

Destructor-Ben commented 1 year ago

When entering a subworld, Main.UIScale is set to 100%, whilst Main.UIScaleWanted stays the same.

When exiting a subworld, Main.UIScale is set to 120%, whilst Main.UIScaleWanted is set to 100%.

Intended behaviour: Main.UIScale and Main.UIScaleWanted should stay the same whilst entering and exiting subworlds.