mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
33 lines
763 B
JSON
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
|
|
}
|
|
}
|
|
}]
|
|
}
|