Pixel-Composer/datafiles/data/Actions/Nodes/Follow Path.json
MakhamDev 468ebbd5f3 - [Node Action] Add expression support.
+ Follow path action now comes with expression for automating path progress.
2023-10-16 15:09:17 +07:00

15 lines
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
}