82 lines
2.4 KiB
Plaintext
82 lines
2.4 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dm8aun68tgprd"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cm8lciwc0iuq" path="res://gfx/title/tree-3094982_1280.jpg" id="1_eb34j"]
|
|
[ext_resource type="FontFile" uid="uid://1u28cjgctsn7" path="res://fonts/alagard_by_pix3m-d6awiwp.ttf" id="2_aqpy5"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_w8uqo"]
|
|
font = ExtResource("2_aqpy5")
|
|
font_size = 40
|
|
outline_size = 2
|
|
outline_color = Color(0, 0, 0, 1)
|
|
shadow_size = 6
|
|
shadow_color = Color(0, 0, 0, 1)
|
|
shadow_offset = Vector2(2, 2)
|
|
|
|
[node name="Title Screen" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Background Image" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("1_eb34j")
|
|
expand_mode = 5
|
|
stretch_mode = 5
|
|
|
|
[node name="Content" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 20
|
|
theme_override_constants/margin_top = 20
|
|
theme_override_constants/margin_right = 20
|
|
theme_override_constants/margin_bottom = 20
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Content"]
|
|
layout_mode = 2
|
|
|
|
[node name="Title" type="Label" parent="Content/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Legacy of the Ancient Questor"
|
|
label_settings = SubResource("LabelSettings_w8uqo")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Spacer" type="MarginContainer" parent="Content/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Content/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Content/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Button Menu" type="VBoxContainer" parent="Content/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="New Game Button" type="Button" parent="Content/VBoxContainer/HBoxContainer/Button Menu"]
|
|
layout_mode = 2
|
|
text = "New Game"
|
|
|
|
[node name="Load Game Button" type="Button" parent="Content/VBoxContainer/HBoxContainer/Button Menu"]
|
|
layout_mode = 2
|
|
text = "Load Game"
|
|
|
|
[node name="Credits Button" type="Button" parent="Content/VBoxContainer/HBoxContainer/Button Menu"]
|
|
layout_mode = 2
|
|
text = "Credits"
|