Pixel-Composer/datafiles/data/Actions/Nodes/Follow Path.json

14 lines
364 B
JSON
Raw Normal View History

2023-08-02 19:11:57 +02:00
{
"name": "Follow Path",
"tags": [],
"tooltip": "",
"sprPath": "./Follow Path.png",
"nodes": [
{ "node": "Node_Path", "y": 64 },
{ "node": "Node_Transform", "setValues": [ { "index": 2, "unit": "constant" } ] }
],
"connections": [
{ "from": 0, "fromIndex": 0, "to": 1, "toIndex": 2 }
],
"inputNode": 1
}