Pixel-Composer/datafiles/data/Actions/Nodes/Armature Build.json
2023-08-09 11:52:57 +02:00

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 }
]
}