OpenLiberty/scenes/main_menu.tscn
Atirut Wattanamongkol 819b871e87 Upgrade to Godot 4.4
This also update resource references to use UIDs.
2025-03-04 13:46:01 +07:00

30 lines
740 B
Text

[gd_scene load_steps=2 format=3 uid="uid://bqtmxk2gk3tj1"]
[ext_resource type="Script" uid="uid://c8nllqklh324m" path="res://scripts/menu.gd" id="1_o874y"]
[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
script = ExtResource("1_o874y")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
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"