mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
16 lines
460 B
JSON
16 lines
460 B
JSON
{
|
|
"name": "Armature Build",
|
|
"tags": ["bone", "rigging"],
|
|
"tooltip": "",
|
|
"location": ["Compose", "Armature"],
|
|
"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 }
|
|
]
|
|
} |