mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-11 04:54:06 +01:00
15 lines
414 B
JSON
15 lines
414 B
JSON
{
|
|
"name": "Follow Path",
|
|
"tags": [],
|
|
"tooltip": "",
|
|
"location": ["Transform", "Transformations"],
|
|
"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
|
|
} |