-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeathScreen.tscn
45 lines (38 loc) · 1.03 KB
/
DeathScreen.tscn
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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Assets/Oswald/static/Oswald-Bold.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://DeathScreen.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=1]
size = 100
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 45
font_data = ExtResource( 1 )
[node name="DeathScreen" type="ColorRect"]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="VBoxContainer"]
margin_top = 250.0
margin_right = 1280.0
margin_bottom = 399.0
custom_fonts/font = SubResource( 1 )
text = "You Died"
align = 1
[node name="Score" type="Label" parent="VBoxContainer"]
margin_top = 403.0
margin_right = 1280.0
margin_bottom = 470.0
custom_fonts/font = SubResource( 2 )
text = "Score: 0"
align = 1