56 lines
1.5 KiB
Plaintext
56 lines
1.5 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://6ohhuwf0h1vi"]
|
|
|
|
[ext_resource type="Theme" uid="uid://ctsajyu6uieal" path="res://Player/widgets/game_theme.tres" id="1_n38s1"]
|
|
[ext_resource type="Script" uid="uid://dxbflnmlaou6i" path="res://Maps/main_menu.gd" id="1_w6fv6"]
|
|
[ext_resource type="PackedScene" uid="uid://bmj5igs8dvepl" path="res://Maps/game_map.tscn" id="2_uoho6"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_w6fv6"]
|
|
font_size = 32
|
|
outline_size = 3
|
|
outline_color = Color(0.511324, 0.2294738, 0, 1)
|
|
shadow_size = 6
|
|
shadow_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="MainMenu" 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_w6fv6")
|
|
game_map = ExtResource("2_uoho6")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -46.0
|
|
offset_top = -20.0
|
|
offset_right = 58.0
|
|
offset_bottom = 10.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "PIRATE SURVIVORS"
|
|
label_settings = SubResource("LabelSettings_w6fv6")
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="NewGameButton" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("1_n38s1")
|
|
text = "New Game"
|
|
|
|
[node name="QuitButton" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("1_n38s1")
|
|
text = "Quit
|
|
"
|