change node IDs
This commit is contained in:
@@ -172,13 +172,13 @@ A graph with one trigger and one effect, connected:
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"id": "gc-1-1000000000",
|
||||
"id": "gc-1",
|
||||
"kind": "trigger",
|
||||
"label": "On Click",
|
||||
"position": { "x": 120, "y": 200 },
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{ "id": "gc-1-1000000000-o0", "name": "fired", "dataType": "boolean" }
|
||||
{ "id": "gc-1-o0", "name": "fired", "dataType": "boolean" }
|
||||
],
|
||||
"config": {
|
||||
"sourceItemId": null,
|
||||
@@ -187,12 +187,12 @@ A graph with one trigger and one effect, connected:
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gc-2-2000000000",
|
||||
"id": "gc-2",
|
||||
"kind": "effect",
|
||||
"label": "Skybox Color",
|
||||
"position": { "x": 480, "y": 200 },
|
||||
"inputs": [
|
||||
{ "id": "gc-2-2000000000-i0", "name": "trigger", "dataType": "boolean" }
|
||||
{ "id": "gc-2-i0", "name": "trigger", "dataType": "boolean" }
|
||||
],
|
||||
"outputs": [],
|
||||
"config": {
|
||||
@@ -206,11 +206,11 @@ A graph with one trigger and one effect, connected:
|
||||
],
|
||||
"connections": [
|
||||
{
|
||||
"id": "conn-9999999999",
|
||||
"fromNode": "gc-1-1000000000",
|
||||
"fromPort": "gc-1-1000000000-o0",
|
||||
"toNode": "gc-2-2000000000",
|
||||
"toPort": "gc-2-2000000000-i0"
|
||||
"id": "conn-9",
|
||||
"fromNode": "gc-1",
|
||||
"fromPort": "gc-1-o0",
|
||||
"toNode": "gc-2",
|
||||
"toPort": "gc-2-i0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user