-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEndScreen.tscn
More file actions
122 lines (104 loc) · 5 KB
/
EndScreen.tscn
File metadata and controls
122 lines (104 loc) · 5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[gd_scene load_steps=5 format=3 uid="uid://hjho5n2f8rkf"]
[ext_resource type="Script" uid="uid://cj4bmpwdwg4qy" path="res://Scenes/UI/Scripts/EndScreen.cs" id="1_37m3y"]
[ext_resource type="Texture2D" uid="uid://ck16vyh1q68ri" path="res://Scenes/UI/Assets/UI_ForestBackground.png" id="2_tqft0"]
[ext_resource type="Texture2D" uid="uid://djd6iw2g84bba" path="res://Scenes/UI/Assets/UI_CenterFrame.png" id="3_aiuvw"]
[ext_resource type="Theme" uid="uid://d37e3tpsbxwak" path="res://Scenes/UI/Assets/GeneralTheme.tres" id="4_1vt77"]
[node name="CanvasLayer" type="CanvasLayer" node_paths=PackedStringArray("_buttons", "_creditsCont", "TopLabel")]
process_mode = 3
script = ExtResource("1_37m3y")
_buttons = [NodePath("MarginContainer2/MarginContainer/VBoxContainer/MarginContainer/Restart"), NodePath("MarginContainer2/MarginContainer/VBoxContainer/MarginContainer2/Title"), NodePath("MarginContainer2/MarginContainer/VBoxContainer/MarginContainer3/Quit"), NodePath("MarginContainer2/MarginContainer/VBoxContainer/MarginContainer5/Credits")]
_creditsCont = NodePath("MarginContainer2/MarginContainer/VBoxContainer/MarginContainer5")
TopLabel = NodePath("MarginContainer2/MarginContainer/VBoxContainer/TopLabel")
[node name="Background" type="NinePatchRect" parent="."]
self_modulate = Color(1, 1, 1, 0.5)
offset_right = 640.0
offset_bottom = 360.0
texture = ExtResource("2_tqft0")
patch_margin_left = 100
patch_margin_top = 100
patch_margin_right = 102
patch_margin_bottom = 100
[node name="MarginContainer2" type="MarginContainer" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 200
theme_override_constants/margin_top = 20
theme_override_constants/margin_right = 200
theme_override_constants/margin_bottom = 20
[node name="OptionsBackground" type="NinePatchRect" parent="MarginContainer2"]
self_modulate = Color(1, 1, 1, 0.9)
layout_mode = 2
texture = ExtResource("3_aiuvw")
patch_margin_left = 5
patch_margin_top = 5
patch_margin_right = 5
patch_margin_bottom = 5
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer2"]
layout_mode = 2
theme_override_constants/margin_left = 0
theme_override_constants/margin_top = 10
theme_override_constants/margin_bottom = 10
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer2/MarginContainer"]
layout_mode = 2
[node name="TopLabel" type="Label" parent="MarginContainer2/MarginContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_font_sizes/font_size = 24
text = "BATTLE_ROOM_LOSE"
horizontal_alignment = 1
[node name="MarginContainer4" type="MarginContainer" parent="MarginContainer2/MarginContainer/VBoxContainer"]
layout_mode = 2
theme_override_constants/margin_left = 16
theme_override_constants/margin_right = 16
[node name="HSeparator" type="HSeparator" parent="MarginContainer2/MarginContainer/VBoxContainer/MarginContainer4"]
layout_mode = 2
size_flags_vertical = 3
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer2/MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 10
[node name="Restart" type="Button" parent="MarginContainer2/MarginContainer/VBoxContainer/MarginContainer"]
layout_mode = 2
focus_neighbor_top = NodePath("../../MarginContainer3/Quit")
theme = ExtResource("4_1vt77")
text = "END_SCREEN_RESTART"
[node name="MarginContainer5" type="MarginContainer" parent="MarginContainer2/MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 10
[node name="Credits" type="Button" parent="MarginContainer2/MarginContainer/VBoxContainer/MarginContainer5"]
layout_mode = 2
theme = ExtResource("4_1vt77")
text = "CREDITS"
[node name="MarginContainer2" type="MarginContainer" parent="MarginContainer2/MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 10
[node name="Title" type="Button" parent="MarginContainer2/MarginContainer/VBoxContainer/MarginContainer2"]
layout_mode = 2
theme = ExtResource("4_1vt77")
text = "ESCAPE_MENU_TITLE"
[node name="MarginContainer3" type="MarginContainer" parent="MarginContainer2/MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 10
[node name="Quit" type="Button" parent="MarginContainer2/MarginContainer/VBoxContainer/MarginContainer3"]
layout_mode = 2
focus_neighbor_bottom = NodePath("../../MarginContainer/Restart")
theme = ExtResource("4_1vt77")
text = "TITLE_QUIT"