mirror of
https://github.com/Astatin3/rushroom.git
synced 2026-06-09 00:28:01 -06:00
Add node graph editor
This commit is contained in:
+78
-12
@@ -1,14 +1,80 @@
|
||||
{
|
||||
"Properties": {
|
||||
"mode": "Hidden",
|
||||
"position": null,
|
||||
"size": null,
|
||||
"order": 1
|
||||
[
|
||||
{
|
||||
"pane": {
|
||||
"type": "BluePane"
|
||||
},
|
||||
"id": "BLUE",
|
||||
"mode": "Left"
|
||||
},
|
||||
"Console": {
|
||||
"mode": "Tiled",
|
||||
"position": null,
|
||||
"size": null,
|
||||
"order": 0
|
||||
{
|
||||
"pane": {
|
||||
"type": "GreenPane"
|
||||
},
|
||||
"id": "Green",
|
||||
"mode": "Bottom"
|
||||
},
|
||||
{
|
||||
"pane": {
|
||||
"type": "PointRendererPane"
|
||||
},
|
||||
"id": "Point Cloud",
|
||||
"mode": "Center"
|
||||
},
|
||||
{
|
||||
"pane": {
|
||||
"type": "PipelinePane",
|
||||
"snarl": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"value": {
|
||||
"type": "Node1"
|
||||
},
|
||||
"pos": {
|
||||
"x": -56.0,
|
||||
"y": -52.5
|
||||
},
|
||||
"open": true
|
||||
},
|
||||
"1": {
|
||||
"value": {
|
||||
"type": "Node1"
|
||||
},
|
||||
"pos": {
|
||||
"x": -61.21814,
|
||||
"y": 155.28181
|
||||
},
|
||||
"open": true
|
||||
}
|
||||
},
|
||||
"wires": [
|
||||
{
|
||||
"out_pin": {
|
||||
"node": 1,
|
||||
"output": 0
|
||||
},
|
||||
"in_pin": {
|
||||
"node": 0,
|
||||
"input": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"out_pin": {
|
||||
"node": 0,
|
||||
"output": 0
|
||||
},
|
||||
"in_pin": {
|
||||
"node": 1,
|
||||
"input": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": {
|
||||
"select_rect_contained": null
|
||||
},
|
||||
"snarl_ui_id": 12028535709621507733
|
||||
},
|
||||
"id": "Pipeline Pane",
|
||||
"mode": "Right"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user