engine/bin/data/entities/craeture2.json

45 lines
745 B
JSON

{
"type": "Object",
"name": "Craeture2",
"ignore": false,
"assets": [
"./craetureModel2.json",
"./scripts/craeture.lua"
],
"behaviors": [
"CraetureBehavior",
"SoundEmitterBehavior"
],
"transform": {
//"position": [ 0, 1.5, 21 ],
"position": [ 0.595603, 2.63543, -68.4572 ],
"rotation": {
"axis": [ 0, 1, 0 ],
"angle": 0
},
"scale": [ 1, 1, 1 ]
},
"system": {
"hot reload": {
"enabled": true
}
},
"metadata": {
"name": "Craeture",
"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
}
}
}