This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/justzoom/config.txt
2023-11-02 12:32:44 -05:00

12 lines
441 B
Plaintext

##[zoom]
[The base zoom factor before zooming in or out.]
D:base_zoom_factor = '0.25';
[Caps the maximum FOV when zooming out, so you can't zoom out more than your normal FOV.]
B:zoom_out_cap = 'true';
[How much to zoom out per scroll.]
D:zoom_out_per_scroll = '0.05';
[If the zoom factor should reset to the base zoom factor when stop zooming.]
B:reset_zoom_factor = 'true';
[How much to zoom in per scroll.]
D:zoom_in_per_scroll = '0.05';