1.2.0 Release tweaks

*Tweaked buildVersion constant to 1.2.0
*Disabled attached signs logging
*Updated README.md
This commit is contained in:
izawartka 2025-07-03 17:05:15 +02:00
parent 96e8cd1eef
commit fc498681b4
2 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,12 @@ The online version may not always be up to date
https://maseuko.pl/soft/td2-visualizer-2/
## Known issues
- Older type (dynamic_) signals extended parsing is not implemented yet
- Not all signs have their icons
- Electrification resolution fails with some sceneries (not resolvable)
## Author
masuo / izawartka

View File

@ -1,5 +1,5 @@
const Constants = {
buildVersion: '1.1.0',
buildVersion: '1.2.0',
map: {
zoomSensitivity: 0.002,
forcePointerEvents: false
@ -18,7 +18,7 @@ const Constants = {
attachSignsMaxDistanceZ: 1.0,
attachSignsMaxDistanceX: 0.2,
attachSignsGridSize: 10,
logAttachedSigns: true,
logAttachedSigns: false,
},
warnings: {
all: false, // enable all warnings