Files
uniqlone/scenes/time_display/time_display.tscn
T

52 lines
1.3 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/font/resource/time_small.tres" type="DynamicFont" id=1]
[ext_resource path="res://assets/font/resource/time_big.tres" type="DynamicFont" id=2]
[ext_resource path="res://scenes/time_display/time_display.gd" type="Script" id=3]
[node name="time_display" type="HBoxContainer"]
margin_right = 116.0
margin_bottom = 45.0
script = ExtResource( 3 )
[node name="hour" type="Label" parent="."]
margin_right = 92.0
margin_bottom = 89.0
custom_fonts/font = ExtResource( 2 )
text = "10"
[node name="Control" type="Control" parent="."]
margin_left = 96.0
margin_right = 116.0
margin_bottom = 89.0
rect_min_size = Vector2( 20, 0 )
size_flags_horizontal = 3
[node name="minute" type="Label" parent="."]
margin_left = 120.0
margin_right = 212.0
margin_bottom = 89.0
custom_fonts/font = ExtResource( 2 )
text = "12"
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 216.0
margin_right = 246.0
margin_bottom = 89.0
custom_constants/separation = 0
[node name="am_pm" type="Label" parent="VBoxContainer"]
margin_right = 30.0
margin_bottom = 78.0
size_flags_vertical = 3
custom_fonts/font = ExtResource( 1 )
text = "am"
valign = 2
uppercase = true
[node name="Control" type="Control" parent="VBoxContainer"]
margin_top = 78.0
margin_right = 30.0
margin_bottom = 89.0
rect_min_size = Vector2( 0, 11 )