-
Notifications
You must be signed in to change notification settings - Fork 0
/
GameOver.tscn
68 lines (55 loc) · 2.2 KB
/
GameOver.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Xolonium-Regular.tres" type="DynamicFont" id=1]
[ext_resource path="res://GameOver.gd" type="Script" id=2]
[node name="GameOver" type="Node"]
script = ExtResource( 2 )
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer"]
margin_right = 1024.0
margin_bottom = 600.0
custom_constants/margin_right = 80
custom_constants/margin_top = 80
custom_constants/margin_left = 80
custom_constants/margin_bottom = 80
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/MarginContainer"]
margin_left = 80.0
margin_top = 80.0
margin_right = 944.0
margin_bottom = 520.0
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/MarginContainer/HBoxContainer"]
margin_right = 25.0
margin_bottom = 440.0
size_flags_horizontal = 3
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/MarginContainer/HBoxContainer"]
margin_left = 29.0
margin_right = 835.0
margin_bottom = 440.0
[node name="ScoreLabel" type="Label" parent="CanvasLayer/MarginContainer/HBoxContainer/VBoxContainer"]
margin_right = 806.0
margin_bottom = 78.0
custom_fonts/font = ExtResource( 1 )
text = "You Surived 0 Seconds!"
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/MarginContainer/HBoxContainer/VBoxContainer"]
margin_top = 82.0
margin_right = 806.0
margin_bottom = 352.0
size_flags_vertical = 3
[node name="CenterContainer" type="CenterContainer" parent="CanvasLayer/MarginContainer/HBoxContainer/VBoxContainer"]
margin_top = 356.0
margin_right = 806.0
margin_bottom = 440.0
[node name="RetryButton" type="Button" parent="CanvasLayer/MarginContainer/HBoxContainer/VBoxContainer/CenterContainer"]
margin_left = 305.0
margin_right = 500.0
margin_bottom = 84.0
custom_fonts/font = ExtResource( 1 )
text = "Retry"
[node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/MarginContainer/HBoxContainer"]
margin_left = 839.0
margin_right = 864.0
margin_bottom = 440.0
size_flags_horizontal = 3
[connection signal="pressed" from="CanvasLayer/MarginContainer/HBoxContainer/VBoxContainer/CenterContainer/RetryButton" to="." method="restart"]