mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-11 04:54:06 +01:00
468ebbd5f3
+ Follow path action now comes with expression for automating path progress.
15 lines
481 B
JSON
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
|
|
} |