ShapeEscape/UI/MainUI.tscn
2025-07-20 03:16:17 -05:00

34 lines
1 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c2qnrd7mneksy"]
[ext_resource type="Script" uid="uid://dhy3kcnievdpq" path="res://UI/MainUI.gd" id="1_xv1u1"]
[ext_resource type="Script" uid="uid://14odr4cov1sm" path="res://UI/ShapeSelectUI.gd" id="2_wwh41"]
[node name="MainUi" type="CanvasLayer"]
script = ExtResource("1_xv1u1")
[node name="ShapeButton" type="Button" parent="."]
offset_left = 869.0
offset_top = 533.0
offset_right = 1101.0
offset_bottom = 616.0
text = "Shape"
[node name="ShapeSelect" type="PanelContainer" parent="."]
offset_left = 169.0
offset_top = 52.0
offset_right = 896.0
offset_bottom = 516.0
script = ExtResource("2_wwh41")
[node name="ScrollContainer" type="ScrollContainer" parent="ShapeSelect"]
layout_mode = 2
[node name="ShapeButtons" type="HFlowContainer" parent="ShapeSelect/ScrollContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/h_separation = 100
[connection signal="pressed" from="ShapeButton" to="." method="_on_shape_button_pressed"]