56 lines
1.5 KiB
Plaintext
56 lines
1.5 KiB
Plaintext
|
[gd_scene load_steps=5 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/ui/bg.png" type="Texture" id=1]
|
||
|
[ext_resource path="res://assets/ui/clock.png" type="Texture" id=2]
|
||
|
[ext_resource path="res://assets/MonoRaccoon.ttf" type="DynamicFontData" id=4]
|
||
|
|
||
|
[sub_resource type="DynamicFont" id=1]
|
||
|
size = 29
|
||
|
outline_color = Color( 0.996078, 0.996078, 0.996078, 1 )
|
||
|
font_data = ExtResource( 4 )
|
||
|
|
||
|
[node name="GUI" type="MarginContainer"]
|
||
|
margin_right = 1282.0
|
||
|
margin_bottom = 40.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||
|
margin_right = 1282.0
|
||
|
margin_bottom = 80.0
|
||
|
rect_pivot_offset = Vector2( 187.174, 395.14 )
|
||
|
|
||
|
[node name="Time" type="MarginContainer" parent="HBoxContainer"]
|
||
|
margin_right = 140.0
|
||
|
margin_bottom = 80.0
|
||
|
|
||
|
[node name="Background" type="NinePatchRect" parent="HBoxContainer/Time"]
|
||
|
margin_right = 140.0
|
||
|
margin_bottom = 80.0
|
||
|
rect_min_size = Vector2( 140, 80 )
|
||
|
texture = ExtResource( 1 )
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/Time/Background"]
|
||
|
margin_left = 70.4431
|
||
|
margin_top = 6.93062
|
||
|
margin_right = 130.443
|
||
|
margin_bottom = 66.9306
|
||
|
rect_min_size = Vector2( 60, 60 )
|
||
|
texture = ExtResource( 2 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Number" type="Label" parent="HBoxContainer/Time/Background"]
|
||
|
margin_left = -5.57492
|
||
|
margin_top = 25.5749
|
||
|
margin_right = 72.4251
|
||
|
margin_bottom = 55.5749
|
||
|
custom_fonts/font = SubResource( 1 )
|
||
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||
|
align = 2
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|