engine/bin/data/entities/ball.json

24 lines
406 B
JSON

{
"assets": [],
"behaviors": [
"SoundEmitterBehavior"
],
"transform": {
"position": [ -0.574743, 2.3547, -5.05161 ],
"rotation": {
"axis": [ 0, 1, 0 ],
"angle": 0
},
"scale": [ 1, 1, 1 ]
},
"metadata": {
"holdable": true,
"physics": {
"mass": 1,
"type": "sphere",
"radius": 1,
"min": [ -0.5, -0.5, -0.5 ],
"max": [ 0.5, 0.5, 0.5 ]
}
}
}