engine/bin/data/entities/door.json

14 lines
220 B
JSON

{
"assets": ["./scripts/door.lua"],
"behaviors": [
"SoundEmitterBehavior"
],
"metadata": {
"physics": {
"mass": 0,
// "inertia": [0, 0, 0],
// "type": "bounding box"
"type": "mesh"
}
}
}