56 lines
1.7 KiB
Text
56 lines
1.7 KiB
Text
[gd_scene load_steps=6 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="Script" uid="uid://bhpge7t5uk4gv" path="res://main_menu.gd" id="1_glbon"]
|
|
[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"]
|
|
[ext_resource type="AudioStream" uid="uid://dx1yvtemmpktm" path="res://mainmenu.ogg" id="4_jix8l"]
|
|
|
|
[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_glbon")
|
|
|
|
[node name="Background" type="Sprite2D" parent="."]
|
|
texture_filter = 1
|
|
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="Sprite2D" parent="."]
|
|
position = Vector2(635, 400)
|
|
texture = ExtResource("3_glbon")
|
|
|
|
[node name="MenuMusic" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("4_jix8l")
|
|
volume_db = -7.697
|
|
autoplay = true
|