[gd_scene load_steps=3 format=3 uid="uid://c8qxobieupd0g"] [ext_resource type="Texture2D" uid="uid://6b36cbm1ctn" path="res://Sprites/Play (1).png" id="1_djlus"] [ext_resource type="Script" path="res://Script/death_screen.gd" id="1_vxb2t"] [node name="death_screen" type="Control"] layout_mode = 3 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_vxb2t") [node name="MarginContainer" type="MarginContainer" parent="."] layout_mode = 1 offset_left = -277.0 offset_top = -150.0 offset_right = -109.0 offset_bottom = -93.0 scale = Vector2(1, 2.7) [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] layout_mode = 2 [node name="play" type="Button" parent="MarginContainer/VBoxContainer"] layout_mode = 2 [node name="quit" type="Button" parent="MarginContainer/VBoxContainer"] layout_mode = 2 [node name="Play(1)" type="Sprite2D" parent="."] position = Vector2(-193, -109) scale = Vector2(1.24838, 1.01168) texture = ExtResource("1_djlus") [node name="Camera2D" type="Camera2D" parent="."] position = Vector2(-191, -109) zoom = Vector2(2, 1.5) [connection signal="pressed" from="MarginContainer/VBoxContainer/play" to="." method="_on_play_pressed"] [connection signal="pressed" from="MarginContainer/VBoxContainer/quit" to="." method="_on_quit_pressed"]