Updated Schemas

This commit is contained in:
Ben C 2024-12-18 01:57:25 +00:00
parent 6093e10492
commit f63bb18b90

View File

@ -31,9 +31,9 @@
"type": "boolean", "type": "boolean",
"description": "`true` if you want to delete this planet" "description": "`true` if you want to delete this planet"
}, },
"adjustZoomSpeed": { "trackForSolarSystemRadius": {
"type": "boolean", "type": "boolean",
"description": "`true` if you want the map zoom speed to adjust to fit this planet's orbit", "description": "Do we track the position of this body when calculating the solar system radius?\n`true` if you want the map zoom speed, map panning distance/speed, map camera farclip plane,\nand autopilot-returning-to-solar-system to adjust to this planet's orbit",
"default": true "default": true
}, },
"removeChildren": { "removeChildren": {