engine/bin/data/entities/craeture.json

53 lines
886 B
JSON

{
"type": "Object",
"name": "Craeture",
"ignore": false,
"import": "./craetureModel.json",
"assets": [
"./scripts/craeture.lua"
],
"behaviors": [
"CraetureBehavior",
"SoundEmitterBehavior"
],
"transform": {
"position": [ -7.04676, 10.169565, -44.0822 ],
//"position": [ 0, 1.5, 21 ],
//"position": [ 16.3489, 1.37972, -68.1571 ],
"scale": [ 0.3, 0.3, 0.3 ]
},
"system": {
"hot reload": {
"enabled": true
}
},
"metadata": {
"name": "Craeture",
"graph": {
"debug": {
"draw": {
"armature": true
}
},
"physics": {
"ragdoll": true
}
}
/*
"physics": {
"gravity": [ 0, -9.81, 0 ],
"inertia": [ 0, 0, 0 ],
"type": "capsule",
"radius": 2,
"height": 1.0,
"mass": 100,
"friction": 0.95,
"restitution": 0.0,
"shared": false
}
*/
}
}