miggor-StreamGraph/test.tscn
2023-06-11 19:26:21 +03:00

54 lines
1.3 KiB
Text

[gd_scene load_steps=2 format=3 uid="uid://bhpd6rfiuimw5"]
[ext_resource type="Script" path="res://test.gd" id="1_in4g7"]
[node name="Test" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_in4g7")
[node name="AddButtonButton" type="Button" parent="."]
layout_mode = 0
offset_left = 26.0
offset_top = 576.0
offset_right = 119.0
offset_bottom = 607.0
text = "Add Button"
[node name="AddPrintButton" type="Button" parent="."]
layout_mode = 0
offset_left = 152.0
offset_top = 576.0
offset_right = 248.0
offset_bottom = 607.0
text = "Add Print"
[node name="ConnectThemButton" type="Button" parent="."]
layout_mode = 0
offset_left = 283.0
offset_top = 576.0
offset_right = 379.0
offset_bottom = 607.0
text = "Connect them"
[node name="DisconnectThemButton" type="Button" parent="."]
layout_mode = 0
offset_left = 421.0
offset_top = 576.0
offset_right = 538.0
offset_bottom = 607.0
text = "Disconnect them"
[node name="NodesContainer" type="HBoxContainer" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_right = 0.999646
anchor_bottom = 0.245654
offset_right = 0.40799
offset_bottom = -0.184006
theme_override_constants/separation = 20
metadata/_edit_use_anchors_ = true