This commit is contained in:
Nick 2023-07-18 23:28:49 -04:00
commit b76845a172

View File

@ -5,6 +5,10 @@
"description": "Configuration for a specific star system", "description": "Configuration for a specific star system",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"freeMapAngle": {
"type": "boolean",
"description": "In this system should the player be able to rotate their map camera freely or be stuck above the plane of the solar system?"
},
"farClipPlaneOverride": { "farClipPlaneOverride": {
"type": "number", "type": "number",
"description": "An override value for the far clip plane. Allows you to see farther.", "description": "An override value for the far clip plane. Allows you to see farther.",