-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameOver.tscn
More file actions
84 lines (74 loc) · 2.28 KB
/
Copy pathGameOver.tscn
File metadata and controls
84 lines (74 loc) · 2.28 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
[gd_scene format=3 uid="uid://cv3223qubd5t4"]
[ext_resource type="Script" uid="uid://ec3gxtliu8sd" path="res://GameOver.cs" id="1_40baj"]
[ext_resource type="LabelSettings" uid="uid://coxyjoop5ycbj" path="res://fontsettings.tres" id="2_a1htc"]
[ext_resource type="Texture2D" uid="uid://bqhnnyjo2ms66" path="res://art/screen_gameover.png" id="3_eksk4"]
[ext_resource type="FontFile" uid="uid://bxd57y6rmqaor" path="res://art/PublicPixel.otf" id="4_xl4ts"]
[sub_resource type="LabelSettings" id="LabelSettings_jywu3"]
font = ExtResource("4_xl4ts")
font_size = 10
[node name="GameOverLevel" type="Node" unique_id=1349467936]
script = ExtResource("1_40baj")
[node name="Label" type="Label" parent="." unique_id=294731154]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -46.0
offset_top = -44.0
offset_right = 46.0
offset_bottom = -21.0
grow_horizontal = 2
grow_vertical = 2
text = "GAME OVER"
label_settings = ExtResource("2_a1htc")
[node name="Score" type="Label" parent="." unique_id=1297632830]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -46.0
offset_top = -24.5
offset_right = 46.0
offset_bottom = 24.5
grow_horizontal = 2
grow_vertical = 2
text = "Score
"
label_settings = ExtResource("2_a1htc")
horizontal_alignment = 1
[node name="Button" type="Button" parent="." unique_id=1554294634]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -32.0
offset_top = 25.0
offset_right = 33.0
offset_bottom = 56.0
grow_horizontal = 2
grow_vertical = 2
text = "Restart"
[node name="ScreenGameover" type="Sprite2D" parent="." unique_id=1064606135]
z_index = -1
position = Vector2(320, 240)
texture = ExtResource("3_eksk4")
[node name="Label2" type="Label" parent="." unique_id=850630244]
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 1.0
offset_top = -47.0
offset_right = 1.0
offset_bottom = -11.0
grow_horizontal = 2
grow_vertical = 0
text = "Graphics: Stanisław \"Stachir\" Skulimowski
Code: Marcin \"Ktos\" Badurowicz
https://github.com/notonlyrex/Cloak"
label_settings = SubResource("LabelSettings_jywu3")
horizontal_alignment = 1
[connection signal="pressed" from="Button" to="." method="OnButtonPressed"]