engine/bin/data/entities/door.json

13 lines
192 B
JSON

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