-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame_over.tscn
More file actions
58 lines (48 loc) · 1.62 KB
/
game_over.tscn
File metadata and controls
58 lines (48 loc) · 1.62 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
[gd_scene load_steps=4 format=3 uid="uid://c4qt135ghf645"]
[ext_resource type="Script" path="res://game_over.gd" id="1_hyvur"]
[sub_resource type="Gradient" id="Gradient_uukyw"]
[sub_resource type="GradientTexture2D" id="GradientTexture2D_elya5"]
gradient = SubResource("Gradient_uukyw")
fill_from = Vector2(0.0726496, 0.777778)
fill_to = Vector2(0.717949, 0.32906)
repeat = 2
[node name="GameOver" type="CanvasLayer"]
process_mode = 3
script = ExtResource("1_hyvur")
[node name="background" type="TextureRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("GradientTexture2D_elya5")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -143.0
offset_top = -36.0
offset_right = 143.0
offset_bottom = 36.0
grow_horizontal = 2
grow_vertical = 2
[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 0
[node name="Label" type="Label" parent="VBoxContainer/CenterContainer"]
layout_mode = 2
theme_override_colors/font_color = Color(1, 0, 0, 1)
theme_override_font_sizes/font_size = 50
text = "GAME OVER"
[node name="CenterContainer2" type="CenterContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 0
[node name="Label" type="Label" parent="VBoxContainer/CenterContainer2"]
layout_mode = 2
theme_override_colors/font_color = Color(1, 0, 0.141176, 1)
theme_override_font_sizes/font_size = 30
text = "press enter to play again"