Pixel-Composer/datafiles/data/Actions/Nodes/Line from Path.json

14 lines
323 B
JSON
Raw Normal View History

2023-08-02 19:11:57 +02:00
{
"name": "Line from Path",
"tags": [],
"tooltip": "",
2023-08-09 11:52:57 +02:00
"location": ["Generate", "Drawer"],
2023-08-02 19:11:57 +02:00
"sprPath": "./Line from Path.png",
"nodes": [
{ "node": "Node_Path" },
{ "node": "Node_Line" }
],
"connections": [
{ "from": 0, "fromIndex": 1, "to": 1, "toIndex": 7 }
]
}