NotLe0n / BetterZoom

This Terraria mod allows you to zoom in and out much further than what's possible in Vanilla.
https://steamcommunity.com/sharedfiles/filedetails/?id=2562953970
GNU General Public License v3.0
13 stars 5 forks source link

Add min zoom and max zoom config setting #14

Closed NotLe0n closed 1 year ago

NotLe0n commented 1 year ago

These config settings will restrict the zoom slider to a user defined range instead of the current default of $[0.3, 10]$. I'm not quite sure how it should look like in the config menu.

I could add two seperate sliders, but that would require extra code to prevent min being higher than max. Another way would be to add a custom slider element with two "grabbers" to specify the range.