86 lines
2.3 KiB
Plaintext
86 lines
2.3 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dq6isvkqq0ylg"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/start_game.gd" id="1_6bfra"]
|
|
[ext_resource type="Texture2D" uid="uid://be77bkqaub4i4" path="res://Art/MainMenuArt.jpg" id="1_exf5b"]
|
|
[ext_resource type="Script" path="res://Scripts/quit_game.gd" id="2_pgpfd"]
|
|
[ext_resource type="Texture2D" uid="uid://c556yx4olxayt" path="res://Art/quit.png" id="3_54vsh"]
|
|
[ext_resource type="Texture2D" uid="uid://0m14r5weeku5" path="res://Art/Title.png" id="4_hy602"]
|
|
[ext_resource type="Texture2D" uid="uid://cena77gtj0vd4" path="res://Art/start.png" id="5_esns0"]
|
|
|
|
[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
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
z_index = -8
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -1.69632
|
|
offset_bottom = 1.69629
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("1_exf5b")
|
|
expand_mode = 5
|
|
stretch_mode = 4
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 8
|
|
texture = ExtResource("5_esns0")
|
|
expand_mode = 4
|
|
stretch_mode = 4
|
|
|
|
[node name="Start" type="Button" parent="HBoxContainer/TextureRect"]
|
|
z_index = 1
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 0
|
|
flat = true
|
|
script = ExtResource("1_6bfra")
|
|
|
|
[node name="TextureRect3" type="TextureRect" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
texture = ExtResource("4_hy602")
|
|
expand_mode = 2
|
|
stretch_mode = 5
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 8
|
|
texture = ExtResource("3_54vsh")
|
|
expand_mode = 4
|
|
stretch_mode = 4
|
|
|
|
[node name="Quit" type="Button" parent="HBoxContainer/TextureRect2"]
|
|
z_index = 1
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
flat = true
|
|
script = ExtResource("2_pgpfd")
|