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:
evanpelle
2026-06-22 13:07:13 -07:00
parent 97b689f2d1
commit 5a097317cb
+1 -1
View File
@@ -108,7 +108,7 @@
"enemyB": 0
},
"railroad": {
"railMinZoom": 4,
"railMinZoom": 3,
"railFadeRange": 2,
"railDetailZoom": 6,
"railAlpha": 1,