mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 16:19:53 +07:00
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"components" : {
|
|
"scene" : {}
|
|
},
|
|
"children" : [{
|
|
"prototype" : "camera_prefab.json"
|
|
},{
|
|
"prototype" : "spine_coin_prefab.json",
|
|
"components" : {
|
|
"actor" : {
|
|
"translation" : [200,180,0],
|
|
"scale" : 0.25
|
|
}
|
|
}
|
|
}, {
|
|
"prototype" : "spine_raptor_prefab.json",
|
|
"components" : {
|
|
"actor" : {
|
|
"translation" : [-80,-100,0],
|
|
"scale" : 0.25
|
|
}
|
|
}
|
|
}]
|
|
}
|