mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge remote-tracking branch 'origin/zero-g-props' into zero-g-props
This commit is contained in:
commit
78b0143feb
@ -1097,13 +1097,13 @@
|
|||||||
},
|
},
|
||||||
"physicsMass": {
|
"physicsMass": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The mass of the physics object.\nFor reference, the player has a mass of 0.001 and the probe has a mass of 0.0001",
|
"description": "The mass of the physics object.\nFor reference, the player has a mass of 0.001 and the probe has a mass of 0.0001.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"default": 1.0
|
"default": 1.0
|
||||||
},
|
},
|
||||||
"physicsRadius": {
|
"physicsRadius": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The radius that the added sphere collider will use for physics collision.",
|
"description": "The radius that the added sphere collider will use for physics collision.\nIf there's already good colliders on the detail, you can make this 0.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"default": 1.0
|
"default": 1.0
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user