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

15 lines
481 B
JSON
Raw Normal View History

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