Merge remote-tracking branch 'origin/zero-g-props' into zero-g-props

This commit is contained in:
JohnCorby 2023-02-03 13:57:51 -08:00
commit e50c9a0ed1

View File

@ -1097,7 +1097,7 @@
}, },
"physicsMass": { "physicsMass": {
"type": "number", "type": "number",
"description": "The mass of the physics object.", "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
}, },
@ -1105,7 +1105,7 @@
"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.",
"format": "float", "format": "float",
"default": 0.5 "default": 1.0
} }
} }
}, },