mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
0f6f67e55f
commit
bd3177c71a
@ -4,14 +4,10 @@
|
||||
"type": "object",
|
||||
"description": "Describes a celestial body to generate",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Unique name of your planet",
|
||||
"minLength": 1
|
||||
"description": "Unique name of your planet. If not specified, the file name (without the extension) is used."
|
||||
},
|
||||
"starSystem": {
|
||||
"type": "string",
|
||||
|
||||
@ -5,6 +5,10 @@
|
||||
"description": "Configuration for a specific star system",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Unique name of your system. If not specified, the file name (without the extension) is used."
|
||||
},
|
||||
"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?"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user