-
Notifications
You must be signed in to change notification settings - Fork 0
/
HighScoreInput.tscn
68 lines (58 loc) · 1.62 KB
/
HighScoreInput.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=4 format=2]
[ext_resource path="res://PressStart2P.tres" type="DynamicFont" id=1]
[ext_resource path="res://HighScoreInput.gd" type="Script" id=2]
[ext_resource path="res://TinyPixels.tres" type="DynamicFont" id=3]
[node name="HighScoreInput" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Label" type="Label" parent="."]
margin_top = 100.0
margin_right = 700.0
margin_bottom = 148.0
custom_fonts/font = ExtResource( 1 )
text = "NEW HIGH SCORE
CONGRATULATIONS!
ENTER YOUR NAME"
align = 1
[node name="Timer" type="Timer" parent="."]
wait_time = 0.33
autostart = true
[node name="Columns" type="Node" parent="."]
[node name="Column1" type="Label" parent="Columns"]
margin_left = 310.0
margin_top = 202.0
margin_right = 325.0
margin_bottom = 217.0
rect_scale = Vector2( 2, 2 )
custom_fonts/font = ExtResource( 1 )
align = 1
[node name="Column2" type="Label" parent="Columns"]
margin_left = 340.0
margin_top = 202.0
margin_right = 355.0
margin_bottom = 217.0
rect_scale = Vector2( 2, 2 )
custom_fonts/font = ExtResource( 1 )
align = 1
[node name="Column3" type="Label" parent="Columns"]
margin_left = 370.0
margin_top = 202.0
margin_right = 385.0
margin_bottom = 217.0
rect_scale = Vector2( 2, 2 )
custom_fonts/font = ExtResource( 1 )
align = 1
[node name="End" type="Label" parent="Columns"]
visible = false
margin_left = 415.0
margin_top = 202.0
margin_right = 455.0
margin_bottom = 216.0
rect_scale = Vector2( 2, 2 )
custom_fonts/font = ExtResource( 3 )
text = "END"
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]