1.2.0 Release tweaks
*Tweaked buildVersion constant to 1.2.0 *Disabled attached signs logging *Updated README.md
This commit is contained in:
parent
96e8cd1eef
commit
fc498681b4
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user