41 lines
1 KiB
Text
41 lines
1 KiB
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://mini-game/ressources/font/joystix/ot/joystix monospace.otf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://mini-game/scenes/decor/scoreUI.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 50
|
|
outline_size = 2
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="scoreUI" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchor_right = 1.0
|
|
margin_bottom = 61.0
|
|
custom_constants/margin_right = 10
|
|
custom_constants/margin_top = 10
|
|
custom_constants/margin_left = 10
|
|
custom_constants/margin_bottom = 10
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer"]
|
|
margin_left = 10.0
|
|
margin_top = 10.0
|
|
margin_right = 1910.0
|
|
margin_bottom = 71.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "99999"
|
|
align = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|