miggor-StreamGraph/graph_node_renderer/variable_viewer.tscn
Lera Elvoé b143c63dcc add a bottom dock (#44)
- 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>
2024-01-19 09:52:51 +00:00

37 lines
1 KiB
Text

[gd_scene load_steps=3 format=3 uid="uid://ovf5nt5pt0oj"]
[ext_resource type="Script" path="res://graph_node_renderer/variable_viewer.gd" id="1_b5gmj"]
[ext_resource type="Texture2D" uid="uid://drxi5ks3mqbnk" path="res://graph_node_renderer/textures/add_icon.svg" id="2_15lro"]
[node name="VariableViewer" type="VBoxContainer"]
anchors_preset = -1
anchor_right = 0.467014
anchor_bottom = 0.359568
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_b5gmj")
metadata/_edit_use_anchors_ = true
[node name="Label" type="Label" parent="."]
layout_mode = 2
text = "Deck Variables"
[node name="VariableTree" type="Tree" parent="."]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
columns = 3
column_titles_visible = true
allow_rmb_select = true
allow_search = false
hide_root = true
[node name="TypesPopup" type="PopupMenu" parent="."]
unique_name_in_owner = true
[node name="NewVariableButton" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
text = "New"
icon = ExtResource("2_15lro")