[Settings] Set values

dont-compose-content
Cédric Mocquillon 3 years ago
parent 99cd4b6742
commit 3373afcc83

@ -103,3 +103,14 @@ and typically require more panning to see all available portions of the map.
This larger size also enables an overall greater level of detail if the local map resolution setting is also increased.
This setting can not be configured except by editing the settings configuration file.
allow zooming
-------------
:Type: boolean
:Range: True/False
:Default: False
If this setting is true the user can zoom in/out on local and global map with the mouse wheel.
This setting can be controlled in Advanced tab of the launcher.

@ -199,6 +199,9 @@ local map widget size = 512
# If true, map in world mode, otherwise in local mode
global = false
# If true, allow zoom on local and global maps
allow zooming = false
[GUI]
# Scales GUI window and widget size. (<1.0 is smaller, >1.0 is larger).

Loading…
Cancel
Save