engine/bin/data/entities/physics_prop.json

17 lines
239 B
JSON

{
"assets": [],
"behaviors": [
"SoundEmitterBehavior"
],
"metadata": {
"holdable": true,
"physics": {
"gravity": [ 0, 0, 0 ],
"inertia": false,
"mass": 1,
"type": "aabb",
"recenter": false
}
}
}