57 lines
1.5 KiB
Text
57 lines
1.5 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://q1x5v4q6uxsj"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dsfng5b065eyp" path="res://assets/background/full_bg_example.png" id="1_06t4h"]
|
|
[ext_resource type="Theme" uid="uid://d2rlcffg7nguy" path="res://menus.tres" id="2_jix8l"]
|
|
[ext_resource type="Texture2D" uid="uid://cyheahpjvgaec" path="res://assets/menus/main/main.png" id="3_glbon"]
|
|
|
|
[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
|
|
|
|
[node name="Background" type="Sprite2D" parent="."]
|
|
position = Vector2(640, 360)
|
|
texture = ExtResource("1_06t4h")
|
|
|
|
[node name="Vignette" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.18431373, 0.09411765, 0.10980392, 0.7529412)
|
|
|
|
[node name="PressAnyKey" type="Label" 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 = -173.0
|
|
offset_top = 229.0
|
|
offset_right = 173.0
|
|
offset_bottom = 252.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("2_jix8l")
|
|
text = "Press any key to start"
|
|
|
|
[node name="Title" type="TextureRect" 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 = -450.0
|
|
offset_top = -145.0
|
|
offset_right = 450.0
|
|
offset_bottom = 145.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_glbon")
|