[gd_scene load_steps=3 format=3 uid="uid://dawewa7ajn2en"] [ext_resource type="Texture2D" uid="uid://be77bkqaub4i4" path="res://Art/MainMenuArt.jpg" id="1_dksb8"] [ext_resource type="Script" path="res://Scripts/quit_game.gd" id="3_eu4gy"] [node name="Loss_Screen" 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 offset_top = -1.69632 offset_bottom = 1.69629 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("1_dksb8") expand_mode = 5 stretch_mode = 4 [node name="Quit" type="Button" parent="."] top_level = true z_index = 1 layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -47.5 offset_top = -15.5 offset_right = 47.5 offset_bottom = 15.5 grow_horizontal = 2 grow_vertical = 2 text = "And that was the date! You and Autumn both went your sepparate ways" script = ExtResource("3_eu4gy")