mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
|
[gd_scene load_steps=2 format=3 uid="uid://ch8s1d7vobhi4"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://test_node_renderer.gd" id="1_85wy1"]
|
||
|
|
||
|
[node name="TestNodeRenderer" type="PanelContainer"]
|
||
|
custom_minimum_size = Vector2(300, 0)
|
||
|
anchors_preset = -1
|
||
|
anchor_right = 0.26
|
||
|
anchor_bottom = 0.34
|
||
|
offset_right = 0.47998
|
||
|
offset_bottom = -0.320007
|
||
|
script = ExtResource("1_85wy1")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="ColorRect" type="ColorRect" parent="VBoxContainer/HBoxContainer"]
|
||
|
custom_minimum_size = Vector2(4, 0)
|
||
|
layout_mode = 2
|
||
|
color = Color(1, 1, 0.34902, 1)
|
||
|
|
||
|
[node name="NameLabel" type="Label" parent="VBoxContainer/HBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
text = "Name"
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="ElementsContainer" type="VBoxContainer" parent="VBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 3
|