mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"prototype" : "../prefabs/scene_prefab.json",
|
|
"children" : [{
|
|
"prototype" : "../prefabs/background_prefab.json"
|
|
},{
|
|
"prototype" : "../prefabs/camera_prefab.json"
|
|
},{
|
|
"components" : {
|
|
"named" : {
|
|
"name" : "layout"
|
|
},
|
|
"layout" : {}
|
|
},
|
|
"children" : [{
|
|
"components" : {
|
|
"named" : {
|
|
"name" : "layout_item"
|
|
},
|
|
"layout_item" : {
|
|
"size" : [66,113]
|
|
}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "../prefabs/ship_prefab.json",
|
|
"components" : {
|
|
"actor" : {
|
|
"translation" : [33,56.5]
|
|
}
|
|
}
|
|
}]
|
|
},{
|
|
"components" : {
|
|
"named" : {
|
|
"name" : "layout_item"
|
|
},
|
|
"layout_item" : {
|
|
"size" : [66,113]
|
|
}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "../prefabs/ship_prefab.json",
|
|
"components" : {
|
|
"actor" : {
|
|
"translation" : [33,56.5]
|
|
}
|
|
}
|
|
}]
|
|
},{
|
|
"components" : {
|
|
"named" : {
|
|
"name" : "layout_item"
|
|
},
|
|
"layout_item" : {
|
|
"size" : [66,113]
|
|
}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "../prefabs/ship_prefab.json",
|
|
"components" : {
|
|
"actor" : {
|
|
"translation" : [33,56.5]
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
}]
|
|
}
|