mirror of
https://github.com/Astatin3/rushroom.git
synced 2026-06-09 00:28:01 -06:00
work on adding custom nodes
This commit is contained in:
+63
-23
@@ -1,24 +1,10 @@
|
||||
[
|
||||
{
|
||||
"pane": {
|
||||
"type": "BluePane"
|
||||
},
|
||||
"id": "BLUE",
|
||||
"mode": "Left"
|
||||
},
|
||||
{
|
||||
"pane": {
|
||||
"type": "GreenPane"
|
||||
},
|
||||
"id": "Green",
|
||||
"mode": "Bottom"
|
||||
},
|
||||
{
|
||||
"pane": {
|
||||
"type": "PointRendererPane"
|
||||
},
|
||||
"id": "Point Cloud",
|
||||
"mode": "Center"
|
||||
"mode": "Hidden"
|
||||
},
|
||||
{
|
||||
"pane": {
|
||||
@@ -27,21 +13,55 @@
|
||||
"nodes": {
|
||||
"0": {
|
||||
"value": {
|
||||
"type": "Node1"
|
||||
"type": "Node2"
|
||||
},
|
||||
"pos": {
|
||||
"x": -56.0,
|
||||
"y": -52.5
|
||||
"x": -282.38733,
|
||||
"y": -103.8249
|
||||
},
|
||||
"open": true
|
||||
},
|
||||
"1": {
|
||||
"value": {
|
||||
"type": "Node3"
|
||||
},
|
||||
"pos": {
|
||||
"x": 101.502266,
|
||||
"y": -93.96767
|
||||
},
|
||||
"open": true
|
||||
},
|
||||
"2": {
|
||||
"value": {
|
||||
"type": "Node1"
|
||||
},
|
||||
"pos": {
|
||||
"x": -61.21814,
|
||||
"y": 155.28181
|
||||
"x": -70.495674,
|
||||
"y": -69.65721
|
||||
},
|
||||
"open": true
|
||||
},
|
||||
"3": {
|
||||
"value": {
|
||||
"type": "Constants",
|
||||
"vars": [],
|
||||
"popup_open": false
|
||||
},
|
||||
"pos": {
|
||||
"x": -523.0798,
|
||||
"y": -137.1891
|
||||
},
|
||||
"open": true
|
||||
},
|
||||
"4": {
|
||||
"value": {
|
||||
"type": "Constants",
|
||||
"vars": [],
|
||||
"popup_open": false
|
||||
},
|
||||
"pos": {
|
||||
"x": -525.76666,
|
||||
"y": -80.20156
|
||||
},
|
||||
"open": true
|
||||
}
|
||||
@@ -49,7 +69,27 @@
|
||||
"wires": [
|
||||
{
|
||||
"out_pin": {
|
||||
"node": 2,
|
||||
"output": 0
|
||||
},
|
||||
"in_pin": {
|
||||
"node": 1,
|
||||
"input": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"out_pin": {
|
||||
"node": 4,
|
||||
"output": 0
|
||||
},
|
||||
"in_pin": {
|
||||
"node": 0,
|
||||
"input": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"out_pin": {
|
||||
"node": 3,
|
||||
"output": 0
|
||||
},
|
||||
"in_pin": {
|
||||
@@ -63,7 +103,7 @@
|
||||
"output": 0
|
||||
},
|
||||
"in_pin": {
|
||||
"node": 1,
|
||||
"node": 2,
|
||||
"input": 0
|
||||
}
|
||||
}
|
||||
@@ -72,9 +112,9 @@
|
||||
"style": {
|
||||
"select_rect_contained": null
|
||||
},
|
||||
"snarl_ui_id": 12028535709621507733
|
||||
"snarl_ui_id": 968669704945789632
|
||||
},
|
||||
"id": "Pipeline Pane",
|
||||
"mode": "Right"
|
||||
"mode": "Center"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user