[gd_scene load_steps=2 format=3 uid="uid://dyht2e7myo04l"] [ext_resource type="Script" path="res://demo/main.gd" id="1_sbv1b"] [node name="Main" 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_sbv1b") [node name="HBoxContainer" type="HBoxContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"] custom_minimum_size = Vector2(200, 0) layout_mode = 2 [node name="RunTestsButton" type="Button" parent="HBoxContainer/VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 text = " Run Tests " [node name="ExitButton" type="Button" parent="HBoxContainer/VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 text = " Exit " [connection signal="pressed" from="HBoxContainer/VBoxContainer/RunTestsButton" to="." method="_on_run_tests_button_pressed"] [connection signal="pressed" from="HBoxContainer/VBoxContainer/ExitButton" to="." method="_on_exit_button_pressed"]