mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 14:03:56 +01:00
15 lines
419 B
JSON
15 lines
419 B
JSON
|
{
|
||
|
"name": "Armature Build",
|
||
|
"tags": ["bone", "rigging"],
|
||
|
"tooltip": "",
|
||
|
"sprPath": "./Armature Build.png",
|
||
|
"nodes": [
|
||
|
{ "node": "Node_Armature" },
|
||
|
{ "node": "Node_Armature_Pose" },
|
||
|
{ "node": "Node_Armature_Bind" }
|
||
|
],
|
||
|
"connections": [
|
||
|
{ "from": 0, "fromIndex": 0, "to": 1, "toIndex": 0 },
|
||
|
{ "from": 1, "fromIndex": 0, "to": 2, "toIndex": 1 }
|
||
|
]
|
||
|
}
|