Files
enduro2d/samples/bin/library/scenes/sample_09.json
2020-02-07 11:10:58 +07:00

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]
}
}
}]
}]
}]
}