Files
enduro2d/samples/bin/library/prefabs/dragon_prefab.json

19 lines
441 B
JSON

{
"prototype" : "spine_prefab.json",
"components" : {
"spine_player" : {
"spine" : "../spines/dragon_spine.json"
},
"spine_player_commands" : {
"commands" : [{
"type" : "set_anim_cmd",
"desc" : {
"track" : 0,
"name" : "flying",
"loop" : true
}
}]
}
}
}