[gd_scene load_steps=6 format=3 uid="uid://s4dt2nklh1ef"] [ext_resource type="Texture2D" uid="uid://cpykl56e4h7q1" path="res://Main_menu/background.jpg" id="1_3skw3"] [ext_resource type="Script" path="res://Main_menu/main_menu.gd" id="1_mhyy3"] [ext_resource type="FontFile" uid="uid://c3jp6yk6l8gei" path="res://Main_menu/KnightWarrior-w16n8.otf" id="2_7dnc6"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ii5ra"] bg_color = Color(0.6, 0.6, 0.6, 0) shadow_color = Color(0, 0, 0, 1) [sub_resource type="SystemFont" id="SystemFont_e8c4f"] font_names = PackedStringArray("Impact") [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 script = ExtResource("1_mhyy3") [node name="TextureRect" 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_3skw3") expand_mode = 2 [node name="MarginContainer" 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 = 12 theme_override_constants/margin_top = 12 theme_override_constants/margin_right = 12 theme_override_constants/margin_bottom = 12 [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] layout_mode = 2 theme_override_constants/separation = 60 [node name="Control-separator" type="Control" parent="MarginContainer/VBoxContainer"] layout_mode = 2 [node name="Label-title" type="Label" parent="MarginContainer/VBoxContainer"] layout_mode = 2 theme_override_constants/line_spacing = 15 theme_override_constants/shadow_offset_x = 15 theme_override_constants/shadow_offset_y = 20 theme_override_constants/outline_size = 24 theme_override_fonts/font = ExtResource("2_7dnc6") theme_override_font_sizes/font_size = 64 theme_override_styles/normal = SubResource("StyleBoxFlat_ii5ra") text = "Game Title" horizontal_alignment = 1 vertical_alignment = 1 [node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"] layout_mode = 2 theme_override_constants/separation = 20 alignment = 1 [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer"] layout_mode = 2 theme_override_constants/separation = 60 alignment = 1 [node name="Nodeseparator" type="Node" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"] [node name="Button" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"] custom_minimum_size = Vector2(120, 30) layout_mode = 2 theme_override_fonts/font = SubResource("SystemFont_e8c4f") theme_override_font_sizes/font_size = 24 text = "Start Game" [node name="Button2" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"] custom_minimum_size = Vector2(120, 30) layout_mode = 2 theme_override_fonts/font = SubResource("SystemFont_e8c4f") theme_override_font_sizes/font_size = 24 text = "Settings" [node name="Button3" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"] custom_minimum_size = Vector2(120, 30) layout_mode = 2 theme_override_fonts/font = SubResource("SystemFont_e8c4f") theme_override_font_sizes/font_size = 24 text = "Exit"