Updated Schemas

This commit is contained in:
Ben C 2023-02-04 05:57:41 +00:00
parent 024bdf167d
commit 82e654f312

View File

@ -1097,9 +1097,9 @@
}, },
"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.\nMost pushable props use the default value, which matches the player mass.",
"format": "float", "format": "float",
"default": 1.0 "default": 0.001
}, },
"physicsRadius": { "physicsRadius": {
"type": "number", "type": "number",