1 [gd_scene load_steps=3 format=3 uid="uid://c3v76ygek4uw1"]
3 [ext_resource type="Script" uid="uid://c5vi7gy17hjl2" path="res://menus/end.gd" id="1_3d26k"]
4 [ext_resource type="Theme" uid="uid://bsrcml8apqocm" path="res://assets/phone/phone_theme.tres" id="1_mwn6m"]
6 [node name="End" type="Control"]
13 script = ExtResource("1_3d26k")
15 [node name="background" type="ColorRect" parent="."]
22 color = Color(0.0383972, 0.0383972, 0.0383972, 1)
24 [node name="end" type="MarginContainer" parent="."]
32 [node name="background2" type="ColorRect" parent="end"]
34 color = Color(0.0383972, 0.0383972, 0.0383972, 1)
36 [node name="HBoxContainer" type="HBoxContainer" parent="end"]
40 [node name="VBoxContainer" type="VBoxContainer" parent="end/HBoxContainer"]
44 [node name="Label" type="Label" parent="end/HBoxContainer/VBoxContainer"]
46 theme = ExtResource("1_mwn6m")
47 theme_override_font_sizes/font_size = 50
48 text = "Thanks for playing!"
50 [node name="Label2" type="Label" parent="end/HBoxContainer/VBoxContainer"]
52 text = "Press Esc to quit"
53 horizontal_alignment = 1