mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"prototype" : "../prefabs/scene_prefab.json",
|
|
"children" : [{
|
|
"prototype" : "../prefabs/background_prefab.json"
|
|
},{
|
|
"prototype" : "../prefabs/camera_prefab.json"
|
|
},{
|
|
"prototype" : "../prefabs/panel_prefab.json",
|
|
"components" : {
|
|
"sprite_renderer" : {
|
|
"scale" : [4,2]
|
|
}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "../prefabs/layout_prefab.json",
|
|
"components" : {
|
|
"layout" : {
|
|
"size" : [400,200],
|
|
"halign" : "space_evenly"
|
|
}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "../prefabs/layout_prefab.json",
|
|
"components" : {
|
|
"layout" : {
|
|
"size" : [66,113]
|
|
}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "../prefabs/ship_prefab.json",
|
|
"components" : {
|
|
"actor" : {
|
|
"translation" : [33,56.5]
|
|
}
|
|
}
|
|
}]
|
|
},{
|
|
"prototype" : "../prefabs/layout_prefab.json",
|
|
"components" : {
|
|
"layout" : {
|
|
"size" : [66,113]
|
|
}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "../prefabs/ship_prefab.json",
|
|
"components" : {
|
|
"actor" : {
|
|
"translation" : [33,56.5]
|
|
}
|
|
}
|
|
}]
|
|
},{
|
|
"prototype" : "../prefabs/layout_prefab.json",
|
|
"components" : {
|
|
"layout" : {
|
|
"size" : [66,113]
|
|
}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "../prefabs/ship_prefab.json",
|
|
"components" : {
|
|
"actor" : {
|
|
"translation" : [33,56.5]
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
}]
|
|
}]
|
|
}
|