-
Notifications
You must be signed in to change notification settings - Fork 0
/
score_panel.tscn
62 lines (55 loc) · 1.45 KB
/
score_panel.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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://text_panel.tscn" type="PackedScene" id=1]
[ext_resource path="res://fonts/Geizer.otf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 93
extra_spacing_top = -28
font_data = ExtResource( 2 )
[sub_resource type="Animation" id=2]
length = 0.001
tracks/0/type = "value"
tracks/0/path = NodePath(".:custom_fonts/font:size")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ 93 ]
}
[sub_resource type="Animation" id=3]
resource_name = "score_jump"
length = 0.35
step = 0.082
tracks/0/type = "value"
tracks/0/path = NodePath(".:custom_fonts/font:size")
tracks/0/interp = 2
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 0.123, 0.246 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ 76, 96, 76 ]
}
[node name="panel" instance=ExtResource( 1 )]
[node name="Label" parent="." index="0"]
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -176.0
margin_top = -16.0
margin_right = -7.0
margin_bottom = 42.5
custom_fonts/font = SubResource( 1 )
text = "
123"
align = 2
uppercase = false
[node name="player" type="AnimationPlayer" parent="Label" index="0"]
anims/RESET = SubResource( 2 )
anims/score_jump = SubResource( 3 )