[gd_scene load_steps=3 format=3 uid="uid://dt00rjsodtady"] [ext_resource type="Texture2D" uid="uid://b6ylra30qxf30" path="res://assets/logo/logo.png" id="1_1fmce"] [ext_resource type="FontFile" uid="uid://bjaavdnopfh0q" path="res://assets/fonts/aoboshi_one/AoboshiOne-Regular.ttf" id="2_aqmkw"] [node name="MainMenu" type="Control"] visible = false layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 50 [node name="Logo" type="TextureRect" parent="VBoxContainer"] layout_mode = 2 texture = ExtResource("1_1fmce") expand_mode = 4 stretch_mode = 5 [node name="Label" type="Label" parent="VBoxContainer/Logo"] layout_mode = 1 anchors_preset = 12 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -23.0 grow_horizontal = 2 grow_vertical = 0 theme_override_colors/font_color = Color(0.945573, 0.745802, 0.348774, 1) theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 30 theme_override_fonts/font = ExtResource("2_aqmkw") theme_override_font_sizes/font_size = 70 text = "MONSTER FANGEN" horizontal_alignment = 1 max_lines_visible = 2 [node name="MenuButtons" type="VBoxContainer" parent="VBoxContainer"] layout_mode = 2 size_flags_horizontal = 4 [node name="NewGameButton" type="Button" parent="VBoxContainer/MenuButtons"] layout_mode = 2 text = "New Game" [node name="ContinueGameButton" type="Button" parent="VBoxContainer/MenuButtons"] layout_mode = 2 text = "Continue" [node name="OptionsButton" type="Button" parent="VBoxContainer/MenuButtons"] layout_mode = 2 text = "Options" [node name="ExitButton" type="Button" parent="VBoxContainer/MenuButtons"] layout_mode = 2 text = "Exit"