engine/bin/data/entities/prop.json

17 lines
264 B
JSON

{
"assets": [],
"behaviors": [
"SoundEmitterBehavior"
],
"metadata": {
"holdable": true,
"physics": {
// "gravity": [0,0,0],
"mass": 100,
"inertia": false,
"type": "bounding box"
// "type": "mesh"
// "type": "hull"
}
}
}