mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
b143c63dcc
- moves the console to the new bottom dock - adds a deck variables inspector to the bottom dock that allows adding, removing and editing variables of the currently open deck - bottom dock can be opened with <kbd>N</kbd> closes #33 Reviewed-on: https://codeberg.org/Eroax/StreamGraph/pulls/44 Co-authored-by: Lera Elvoé <yagich@poto.cafe> Co-committed-by: Lera Elvoé <yagich@poto.cafe>
19 lines
773 B
Text
19 lines
773 B
Text
[gd_scene load_steps=4 format=3 uid="uid://dayri1ejk20bc"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://duvh3r740w2p5" path="res://graph_node_renderer/logger_renderer.tscn" id="1_6yuco"]
|
|
[ext_resource type="Script" path="res://graph_node_renderer/bottom_dock.gd" id="1_mu1hf"]
|
|
[ext_resource type="PackedScene" uid="uid://ovf5nt5pt0oj" path="res://graph_node_renderer/variable_viewer.tscn" id="3_vlkh8"]
|
|
|
|
[node name="BottomDock" type="TabContainer"]
|
|
offset_right = 122.0
|
|
offset_bottom = 95.0
|
|
script = ExtResource("1_mu1hf")
|
|
|
|
[node name="LoggerRenderer" parent="." instance=ExtResource("1_6yuco")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="VariableViewer" parent="." instance=ExtResource("3_vlkh8")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|