mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 08:07:17 +07:00
sample asset folder restructurization
This commit is contained in:
18
samples/bin/library/prefabs/coin_prefab.json
Normal file
18
samples/bin/library/prefabs/coin_prefab.json
Normal 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
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user