2022-11-09 02:21:16 +07:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://bqtmxk2gk3tj1"]
|
|
|
|
|
2025-03-04 13:46:01 +07:00
|
|
|
[ext_resource type="Script" uid="uid://c8nllqklh324m" path="res://scripts/menu.gd" id="1_o874y"]
|
2022-11-07 00:10:13 +07:00
|
|
|
|
|
|
|
[node name="main_menu" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2022-11-09 02:21:16 +07:00
|
|
|
script = ExtResource("1_o874y")
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
2022-11-10 21:05:48 +07:00
|
|
|
layout_mode = 1
|
2022-11-09 02:21:16 +07:00
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
2022-11-10 21:05:48 +07:00
|
|
|
layout_mode = 2
|
2022-11-09 02:21:16 +07:00
|
|
|
offset_left = 532.0
|
|
|
|
offset_right = 620.0
|
|
|
|
offset_bottom = 26.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 0
|
|
|
|
text = "Main menu"
|