[gd_scene load_steps=4 format=3] [ext_resource type="FontVariation" path="res://assets/font/resource/time_small.tres" id="1"] [ext_resource type="FontVariation" path="res://assets/font/resource/time_big.tres" id="2"] [ext_resource type="Script" path="res://scenes/time_display/time_display.gd" id="3"] [node name="time_display" type="HBoxContainer"] offset_right = 116.0 offset_bottom = 45.0 script = ExtResource("3") [node name="hour" type="Label" parent="."] offset_right = 92.0 offset_bottom = 89.0 theme_override_fonts/font = ExtResource("2") theme_override_font_sizes/font_size = 96 text = "10" [node name="Control" type="Control" parent="."] offset_left = 96.0 offset_right = 116.0 offset_bottom = 89.0 custom_minimum_size = Vector2(20, 0) size_flags_horizontal = 3 [node name="minute" type="Label" parent="."] offset_left = 120.0 offset_right = 212.0 offset_bottom = 89.0 theme_override_fonts/font = ExtResource("2") theme_override_font_sizes/font_size = 96 text = "12" [node name="VBoxContainer" type="VBoxContainer" parent="."] offset_left = 216.0 offset_right = 246.0 offset_bottom = 89.0 theme_override_constants/separation = 0 [node name="am_pm" type="Label" parent="VBoxContainer"] offset_right = 30.0 offset_bottom = 78.0 size_flags_vertical = 3 theme_override_fonts/font = ExtResource("1") theme_override_font_sizes/font_size = 24 text = "AM" vertical_alignment = 2 [node name="Control" type="Control" parent="VBoxContainer"] offset_top = 78.0 offset_right = 30.0 offset_bottom = 89.0 custom_minimum_size = Vector2(0, 11)