34 lines
878 B
Text
34 lines
878 B
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/start_timer_UI.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 200
|
|
outline_size = 20
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="start_timer_UI" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_right = 0.00012207
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchor_right = 1.0
|
|
margin_bottom = 370.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer"]
|
|
margin_top = 64.0
|
|
margin_right = 1920.0
|
|
margin_bottom = 305.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "9"
|
|
align = 1
|