engine/bin/data/scenes/sh2/player.json

24 lines
393 B
JSON

{
"import": "/player.json",
"assets": [
// { "filename": "/gui/hud/hud.json", "delay": 0 },
],
"system": {
"physics": {
"gravity": [ 0, 0, 0 ]
}
},
"metadata": {
"overlay": {
"floating": true
},
"collider": true,
"light": {
"should": true,
"color": [1, 1, 1],
"position": [ 0, 2.5, 0 ],
"power": 1,
"radius": [0.001, 32]
}
}
}