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
c543d01e44
commit
8752778f45
@ -4014,7 +4014,7 @@
|
|||||||
},
|
},
|
||||||
"spriteFolder": {
|
"spriteFolder": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A path to the folder where entry sprites are stored."
|
"description": "A path to the folder where entry sprites (.png) are stored."
|
||||||
},
|
},
|
||||||
"xmlFile": {
|
"xmlFile": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -4052,7 +4052,7 @@
|
|||||||
},
|
},
|
||||||
"outlineSprite": {
|
"outlineSprite": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The path to the sprite (.png) to show when the planet is unexplored in map mode."
|
"description": "The path to the sprite (.png/.jpg/.exr) to show when the planet is unexplored in map mode."
|
||||||
},
|
},
|
||||||
"remove": {
|
"remove": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@ -4060,7 +4060,7 @@
|
|||||||
},
|
},
|
||||||
"revealedSprite": {
|
"revealedSprite": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The path to the sprite (.png) to show when the planet is revealed in map mode."
|
"description": "The path to the sprite (.png/.jpg/.exr) to show when the planet is revealed in map mode."
|
||||||
},
|
},
|
||||||
"scale": {
|
"scale": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@ -4080,7 +4080,7 @@
|
|||||||
},
|
},
|
||||||
"outlineSprite": {
|
"outlineSprite": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The sprite (.png) to show when the parent AstroBody is rumored/unexplored."
|
"description": "The sprite (.png/.jpg/.exr) to show when the parent AstroBody is rumored/unexplored."
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"description": "The position (relative to the parent) to place the detail.",
|
"description": "The position (relative to the parent) to place the detail.",
|
||||||
@ -4088,7 +4088,7 @@
|
|||||||
},
|
},
|
||||||
"revealedSprite": {
|
"revealedSprite": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The sprite (.png) to show when the parent AstroBody is revealed."
|
"description": "The sprite (.png/.jpg/.exr) to show when the parent AstroBody is revealed."
|
||||||
},
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user