mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Types
This commit is contained in:
parent
0b2afc39da
commit
145fbc5e3a
@ -173,7 +173,7 @@
|
|||||||
"description": "If you want the body to have a tail like the Interloper."
|
"description": "If you want the body to have a tail like the Interloper."
|
||||||
},
|
},
|
||||||
"cometTailRotation": {
|
"cometTailRotation": {
|
||||||
"type": "#/$defs/vector3",
|
"$ref": "#/$defs/vector3",
|
||||||
"description": "If it has a comet tail, it'll be oriented according to these Euler angles."
|
"description": "If it has a comet tail, it'll be oriented according to these Euler angles."
|
||||||
},
|
},
|
||||||
"hasReferenceFrame": {
|
"hasReferenceFrame": {
|
||||||
@ -322,7 +322,7 @@
|
|||||||
"description": "Should the body always have one side facing its primary?"
|
"description": "Should the body always have one side facing its primary?"
|
||||||
},
|
},
|
||||||
"alignmentAxis": {
|
"alignmentAxis": {
|
||||||
"type": "#/$defs/vector3",
|
"$ref": "#/$defs/vector3",
|
||||||
"description": "If it is tidally locked, this direction will face towards the primary. Ex) Interloper uses 0, -1, 0. Most planets will want something like -1, 0, 0."
|
"description": "If it is tidally locked, this direction will face towards the primary. Ex) Interloper uses 0, -1, 0. Most planets will want something like -1, 0, 0."
|
||||||
},
|
},
|
||||||
"showOrbitLine": {
|
"showOrbitLine": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user