-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathend-screen.tscn
99 lines (83 loc) · 2.16 KB
/
end-screen.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
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
[gd_scene load_steps=3 format=1]
[ext_resource path="res://font.tres" type="DynamicFont" id=1]
[ext_resource path="res://font_small.tres" type="DynamicFont" id=2]
[node name="end-screen" type="Node2D"]
[node name="you-win" type="Label" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 32.0
margin/top = 64.0
margin/right = 1174.0
margin/bottom = 304.0
custom_fonts/font = ExtResource( 1 )
text = "YOU 'WON'"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="stats" type="Label" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 192.0
margin/top = 384.0
margin/right = 224.0
margin/bottom = 421.0
custom_fonts/font = ExtResource( 2 )
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="Panel" type="Panel" parent="stats"]
rect/rotation = 0.00144202
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = -32.0
margin/top = -128.0
margin/right = 384.0
margin/bottom = 96.0
[node name="score" type="Label" parent="stats"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 0.0
margin/top = -96.0
margin/right = 160.0
margin/bottom = -59.0
custom_fonts/font = ExtResource( 2 )
text = "Score: "
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="wagon-length" type="Label" parent="stats"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 0.0
margin/top = -32.0
margin/right = 288.0
margin/bottom = 5.0
custom_fonts/font = ExtResource( 2 )
text = "Wagon Length:"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="longest-wagon" type="Label" parent="stats"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 0.0
margin/top = 30.0
margin/right = 263.0
margin/bottom = 67.0
custom_fonts/font = ExtResource( 2 )
text = "Longest Wagon:"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1