-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInfoBlock.tscn
More file actions
135 lines (120 loc) · 3.41 KB
/
Copy pathInfoBlock.tscn
File metadata and controls
135 lines (120 loc) · 3.41 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
[gd_scene load_steps=9 format=2]
[ext_resource path="res://assets/star-solid.svg" type="Texture" id=1]
[ext_resource path="res://assets/fonts/Xolonium-Regular.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://InfoBlock.gd" type="Script" id=3]
[ext_resource path="res://assets/panel.png" type="Texture" id=4]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 4 )
region_rect = Rect2( 0, 0, 1024, 600 )
[sub_resource type="DynamicFont" id=2]
size = 40
outline_size = 4
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=3]
size = 24
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="Animation" id=4]
resource_name = "blink"
length = 1.5
loop = true
tracks/0/type = "value"
tracks/0/path = NodePath("Label2:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 0.8, 1.5 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
[node name="CanvasLayer" type="CanvasLayer"]
script = ExtResource( 3 )
[node name="Panel" type="Panel" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -360.5
margin_top = -227.995
margin_right = 360.5
margin_bottom = 236.005
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="Panel"]
anchor_right = 1.0
margin_left = 30.0
margin_top = 25.0
margin_right = -30.0
margin_bottom = 101.0
custom_fonts/font = SubResource( 2 )
text = "Koi Keibayashi's pagoda of noodly delights"
align = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="Panel"]
modulate = Color( 1, 1, 1, 0.428571 )
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -116.0
custom_fonts/font = SubResource( 2 )
text = "Press ENTER to play
Press ESCAPE to go back"
align = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Score" type="Label" parent="Panel"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -189.451
margin_top = 206.949
margin_right = 581.549
margin_bottom = 284.949
rect_scale = Vector2( 0.5, 0.5 )
custom_fonts/font = SubResource( 2 )
text = "YOUR BEST SCORE: 0"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="star1" type="Sprite" parent="Panel"]
position = Vector2( 293.099, 160.228 )
scale = Vector2( 0.1, 0.1 )
texture = ExtResource( 1 )
[node name="star2" type="Sprite" parent="Panel"]
position = Vector2( 359.324, 160.228 )
scale = Vector2( 0.1, 0.1 )
texture = ExtResource( 1 )
[node name="star3" type="Sprite" parent="Panel"]
position = Vector2( 423.304, 160.228 )
scale = Vector2( 0.1, 0.1 )
texture = ExtResource( 1 )
[node name="RichTextLabel" type="RichTextLabel" parent="Panel"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 38.9406
margin_top = -222.0
margin_right = -41.0594
margin_bottom = -114.0
custom_fonts/normal_font = SubResource( 3 )
bbcode_enabled = true
bbcode_text = "[center]sdfsdfsdfsdfsdfsdfsdfdsfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdf[/center]"
text = "sdfsdfsdfsdfsdfsdfsdfdsfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdf"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AnimationPlayer" type="AnimationPlayer" parent="Panel"]
anims/blink = SubResource( 4 )