Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-horizons into dev
  • Loading branch information
xen-42 committed Nov 27, 2024
2 parents 6e254cd + 1122c44 commit fbd94b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NewHorizons/Schemas/body_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4047,15 +4047,15 @@
},
"outlineSprite": {
"type": "string",
"description": "The path to the sprite to show when the planet is unexplored in map mode."
"description": "The path to the sprite (.png) to show when the planet is unexplored in map mode."
},
"remove": {
"type": "boolean",
"description": "Completely remove this planet (and it's children) from map mode."
},
"revealedSprite": {
"type": "string",
"description": "The path to the sprite to show when the planet is revealed in map mode."
"description": "The path to the sprite (.png) to show when the planet is revealed in map mode."
},
"scale": {
"type": "number",
Expand All @@ -4075,15 +4075,15 @@
},
"outlineSprite": {
"type": "string",
"description": "The sprite to show when the parent AstroBody is rumored/unexplored."
"description": "The sprite (.png) to show when the parent AstroBody is rumored/unexplored."
},
"position": {
"description": "The position (relative to the parent) to place the detail.",
"$ref": "#/definitions/MVector2"
},
"revealedSprite": {
"type": "string",
"description": "The sprite to show when the parent AstroBody is revealed."
"description": "The sprite (.png) to show when the parent AstroBody is revealed."
},
"rotation": {
"type": "number",
Expand Down

0 comments on commit fbd94b1

Please sign in to comment.