Pixel-Composer/datafiles/data/Nodes/Actions/Follow Path.json
2025-01-09 16:33:38 +07:00

15 lines
No EOL
481 B
JSON

{
"name": "Follow Path",
"tags": [],
"tooltip": "",
"location": ["Transform", "Transformations"],
"sprPath": "./Follow Path.png",
"nodes": [
{ "node": "Node_Path", "y": 64, "setValues": [ { "index": 0, "expression": "Project.progress" } ] },
{ "node": "Node_Transform", "setValues": [ { "index": 2, "unit": "constant" } ] }
],
"connections": [
{ "from": 0, "fromIndex": 0, "to": 1, "toIndex": 2 }
],
"inputNode": 1
}