[gd_scene load_steps=9 format=3 uid="uid://bxmuw1of73jvn"] [ext_resource type="Texture2D" uid="uid://canmjdb8gvy4j" path="res://scenes/menu/assets/img/bg_2fort.jpg" id="1_5buff"] [ext_resource type="Script" path="res://scenes/menu/assets/scripts/newgame.gd" id="2_0nlbt"] [ext_resource type="Script" path="res://scenes/menu/assets/scripts/secret.gd" id="2_r406j"] [ext_resource type="Script" path="res://scenes/menu/assets/scripts/continue.gd" id="2_tmv70"] [ext_resource type="Script" path="res://scenes/menu/assets/scripts/credits.gd" id="5_qpmnf"] [ext_resource type="Theme" uid="uid://yd1uwltn3go" path="res://scenes/global/assets/themes/dialogButton.tres" id="6_2dxck"] [ext_resource type="Script" path="res://scenes/menu/assets/scripts/delete.gd" id="7_un6ji"] [sub_resource type="LabelSettings" id="LabelSettings_lecc8"] font_size = 50 outline_size = 1 outline_color = Color(0, 0, 0, 1) [node name="Control" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [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_5buff") expand_mode = 3 stretch_mode = 6 [node name="Label" type="Label" parent="."] layout_mode = 0 offset_left = 50.0 offset_top = 50.0 offset_right = 247.0 offset_bottom = 73.0 text = "Shounic Dating Simulator" label_settings = SubResource("LabelSettings_lecc8") [node name="Button" type="Button" parent="."] layout_mode = 1 offset_left = 51.0 offset_top = 135.0 offset_right = 311.0 offset_bottom = 193.0 text = "New Game" script = ExtResource("2_0nlbt") [node name="Button4" type="Button" parent="."] visible = false layout_mode = 1 offset_left = 51.0 offset_top = 135.0 offset_right = 311.0 offset_bottom = 193.0 text = "Continue" script = ExtResource("2_tmv70") [node name="Button5" type="Button" parent="."] layout_mode = 1 offset_left = 51.0 offset_top = 198.0 offset_right = 311.0 offset_bottom = 256.0 text = "Use secret code" script = ExtResource("2_r406j") [node name="Button3" type="Button" parent="."] layout_mode = 1 anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 50.0 offset_top = -98.0 offset_right = 310.0 offset_bottom = -40.0 grow_vertical = 0 text = "View credits" script = ExtResource("5_qpmnf") [node name="ColorRect" type="ColorRect" parent="."] visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(1, 0, 0, 1) [node name="Label2" type="RichTextLabel" parent="ColorRect"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme_override_font_sizes/normal_font_size = 80 text = "ERROR! YOUR SAVE DATA IS CORRUPTED!" [node name="Button" type="Button" parent="ColorRect"] layout_mode = 1 anchors_preset = 12 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -99.0 grow_horizontal = 2 grow_vertical = 0 theme = ExtResource("6_2dxck") theme_override_font_sizes/font_size = 30 text = "Permanently delete save data" script = ExtResource("7_un6ji") [connection signal="pressed" from="Button" to="Button" method="_on_pressed"] [connection signal="pressed" from="Button3" to="Button3" method="_on_pressed"] [connection signal="pressed" from="ColorRect/Button" to="ColorRect/Button" method="_on_pressed"]