mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-13 15:48:11 +07:00
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"prototype" : "spine_prefab.json",
|
|
"components" : {
|
|
"spine_player" : {
|
|
"spine" : "../spines/coin_spine.json"
|
|
},
|
|
"spine_player_commands" : {
|
|
"commands" : [{
|
|
"type" : "set_anim_cmd",
|
|
"desc" : {
|
|
"track" : 0,
|
|
"name" : "animation",
|
|
"loop" : true
|
|
}
|
|
}]
|
|
}
|
|
}
|
|
}
|