]> Untitled Git - wolf-seeking-sheep.git/blob - menus/end.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / menus / end.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://c3v76ygek4uw1"]
2
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"]
5
6 [node name="End" type="Control"]
7 layout_mode = 3
8 anchors_preset = 15
9 anchor_right = 1.0
10 anchor_bottom = 1.0
11 grow_horizontal = 2
12 grow_vertical = 2
13 script = ExtResource("1_3d26k")
14
15 [node name="background" type="ColorRect" parent="."]
16 layout_mode = 1
17 anchors_preset = 15
18 anchor_right = 1.0
19 anchor_bottom = 1.0
20 grow_horizontal = 2
21 grow_vertical = 2
22 color = Color(0.0383972, 0.0383972, 0.0383972, 1)
23
24 [node name="end" type="MarginContainer" parent="."]
25 layout_mode = 1
26 anchors_preset = 15
27 anchor_right = 1.0
28 anchor_bottom = 1.0
29 grow_horizontal = 2
30 grow_vertical = 2
31
32 [node name="background2" type="ColorRect" parent="end"]
33 layout_mode = 2
34 color = Color(0.0383972, 0.0383972, 0.0383972, 1)
35
36 [node name="HBoxContainer" type="HBoxContainer" parent="end"]
37 layout_mode = 2
38 alignment = 1
39
40 [node name="VBoxContainer" type="VBoxContainer" parent="end/HBoxContainer"]
41 layout_mode = 2
42 alignment = 1
43
44 [node name="Label" type="Label" parent="end/HBoxContainer/VBoxContainer"]
45 layout_mode = 2
46 theme = ExtResource("1_mwn6m")
47 theme_override_font_sizes/font_size = 50
48 text = "Thanks for playing!"
49
50 [node name="Label2" type="Label" parent="end/HBoxContainer/VBoxContainer"]
51 layout_mode = 2
52 text = "Press Esc to quit"
53 horizontal_alignment = 1