mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 23:35:21 +00:00
fix(render): make train tracks visible from farther out
Lower railroad railMinZoom from 4 to 3 so train tracks start rendering at a more zoomed-out level.
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
"enemyB": 0
|
||||
},
|
||||
"railroad": {
|
||||
"railMinZoom": 4,
|
||||
"railMinZoom": 3,
|
||||
"railFadeRange": 2,
|
||||
"railDetailZoom": 6,
|
||||
"railAlpha": 1,
|
||||
|
||||
Reference in New Issue
Block a user