[gd_scene load_steps=2 format=3 uid="uid://bytm7bt2s4ak8"] [ext_resource type="Script" uid="uid://bg5iqnwic1rio" path="res://Scripts/main.gd" id="1_8q3xr"] [node name="Control" 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_8q3xr") [node name="ColorRect" type="ColorRect" 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="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 10.0 offset_top = 10.0 offset_right = -10.0 offset_bottom = -10.0 grow_horizontal = 2 grow_vertical = 2 [node name="HFlowContainer" type="HFlowContainer" parent="VBoxContainer"] layout_mode = 2 [node name="Button" type="Button" parent="VBoxContainer/HFlowContainer"] custom_minimum_size = Vector2(50, 40) layout_mode = 2 text = "hello world" [node name="Button2" type="Button" parent="VBoxContainer/HFlowContainer"] custom_minimum_size = Vector2(50, 40) layout_mode = 2 text = "hello world" [node name="Button3" type="Button" parent="VBoxContainer/HFlowContainer"] custom_minimum_size = Vector2(50, 40) layout_mode = 2 text = "hello world" [node name="Button4" type="Button" parent="VBoxContainer/HFlowContainer"] custom_minimum_size = Vector2(50, 40) layout_mode = 2 text = "hello world"