30 lines
411 B
JSON
30 lines
411 B
JSON
{
|
|
"name": "Test RPG Scene",
|
|
|
|
"assets": {
|
|
"rosa": {
|
|
"type": "prefab",
|
|
"path": "prefabs/rosa.json"
|
|
}
|
|
},
|
|
|
|
"items": {
|
|
"camera": {
|
|
"components": {
|
|
"camera": {
|
|
"type": "camera"
|
|
}
|
|
}
|
|
},
|
|
|
|
"rosa": {
|
|
"prefab": "rosa",
|
|
"position": [ 0, 0, 0 ]
|
|
},
|
|
|
|
"rosa2": {
|
|
"prefab": "rosa",
|
|
"position": [ 2, 0, 0 ]
|
|
}
|
|
}
|
|
} |