-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHUD.tscn
More file actions
69 lines (59 loc) · 1.47 KB
/
Copy pathHUD.tscn
File metadata and controls
69 lines (59 loc) · 1.47 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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://ARCADE_N.TTF" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 1 )
[node name="HUD" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 3.0
margin_top = 2.0
margin_right = 3.0
margin_bottom = -638.0
[node name="Left" type="Control" parent="."]
margin_left = 1.0
margin_right = 108.0
margin_bottom = 43.0
[node name="1UP" type="Label" parent="Left"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -64.0
margin_right = -16.0
margin_bottom = 22.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 0, 0, 1 )
text = "1UP"
align = 2
[node name="Score" type="Label" parent="Left"]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -67.0
margin_top = -25.0
custom_fonts/font = SubResource( 1 )
text = "00"
align = 2
[node name="Right" type="Control" parent="."]
margin_left = 172.0
margin_right = 349.0
margin_bottom = 42.0
[node name="HIGH SCORE" type="Label" parent="Right"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -160.0
margin_bottom = 22.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 0, 0, 1 )
text = "HIGH SCORE"
align = 2
[node name="HighScore" type="Label" parent="Right"]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -67.0
margin_top = -25.0
margin_right = -32.0
custom_fonts/font = SubResource( 1 )
text = "00"
align = 2