38 líneas
964 B
Text
38 líneas
964 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://mini-game/scenes/decor/scoreUI.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFontData" id=1]
|
|
antialiased = false
|
|
font_path = "res://mini-game/ressources/font/joystix/ot/joystix monospace.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 27
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
font_data = SubResource( 1 )
|
|
|
|
[node name="scoreUI" type="Control"]
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
anchor_left = -0.484
|
|
anchor_right = -0.162
|
|
anchor_bottom = 1.0
|
|
margin_left = 308.509
|
|
margin_top = 16.6272
|
|
margin_right = 387.509
|
|
margin_bottom = 51.6272
|
|
grow_horizontal = 0
|
|
rect_scale = Vector2( 6.28409, 6.63013 )
|
|
custom_fonts/normal_font = SubResource( 2 )
|
|
custom_colors/default_color = Color( 0, 0, 0, 1 )
|
|
tab_size = 1
|
|
text = "0"
|
|
fit_content_height = true
|
|
scroll_active = false
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|