mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
38 lines
1 KiB
Text
38 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")
|