Files
enduro2d/samples/bin/library/scenes/spine_scene_prefab.json
2019-11-30 10:03:54 +07:00

33 lines
763 B
JSON

{
"components" : {
"scene" : {}
},
"children" : [{
"prototype" : "../prefabs/camera_prefab.json"
},{
"prototype" : "../prefabs/coin_prefab.json",
"components" : {
"actor" : {
"translation" : [350,250],
"scale" : 0.25
}
}
}, {
"prototype" : "../prefabs/raptor_prefab.json",
"components" : {
"actor" : {
"translation" : [300,-350],
"scale" : 0.25
}
}
}, {
"prototype" : "../prefabs/dragon_prefab.json",
"components" : {
"actor" : {
"translation" : [-100,0],
"scale" : 0.9
}
}
}]
}