66 lines
2.1 KiB
Text
66 lines
2.1 KiB
Text
![]() |
[gd_scene load_steps=3 format=3 uid="uid://6fwfumgwq52t"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://5q8mhw7g6vh6" path="res://icon.svg" id="1_pcdb4"]
|
||
|
[ext_resource type="Script" path="res://scenes/title/QuitButton.cs" id="2_51i4u"]
|
||
|
|
||
|
[node name="TitleUi" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = -1
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
offset_left = 100.0
|
||
|
offset_top = 100.0
|
||
|
offset_right = -100.0
|
||
|
offset_bottom = -100.0
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 4
|
||
|
size_flags_stretch_ratio = 0.0
|
||
|
texture = ExtResource("1_pcdb4")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HBoxContainer/VBoxContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 6
|
||
|
|
||
|
[node name="PlayButton" type="Button" parent="MarginContainer/HBoxContainer/VBoxContainer/VBoxContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "New Game"
|
||
|
|
||
|
[node name="OptionsButton" type="Button" parent="MarginContainer/HBoxContainer/VBoxContainer/VBoxContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "Options"
|
||
|
|
||
|
[node name="QuitButton" type="Button" parent="MarginContainer/HBoxContainer/VBoxContainer/VBoxContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
script = ExtResource("2_51i4u")
|
||
|
|
||
|
[node name="TextureRect2" type="TextureRect" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 4
|
||
|
size_flags_stretch_ratio = 0.0
|
||
|
texture = ExtResource("1_pcdb4")
|
||
|
|
||
|
[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|