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