sample asset folder restructurization

This commit is contained in:
2019-09-05 13:31:42 +07:00
parent 6a017c4c2f
commit 2507753ac6
78 changed files with 145 additions and 103 deletions

View File

@@ -0,0 +1,18 @@
{
"prototype" : "spine_prefab.json",
"components" : {
"spine_player" : {
"model" : "../spines/coin_spine.json"
},
"spine_player_cmd" : {
"commands" : [{
"type" : "set_anim_cmd",
"desc" : {
"track" : 0,
"name" : "animation",
"loop" : true
}
}]
}
}
}