74 lines
2.1 KiB
Plaintext
74 lines
2.1 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bbgymc0drqpbx"]
|
|
|
|
[ext_resource type="Script" uid="uid://dxky82mepun1j" path="res://scripts/time_label.gd" id="1_3uj10"]
|
|
[ext_resource type="FontFile" uid="uid://chk8jrn2ighpx" path="res://assets/fonts/main_font.ttf" id="2_742oq"]
|
|
[ext_resource type="FontFile" uid="uid://drp85tpfncq5m" path="res://assets/fonts/font2.ttf" id="3_aosp1"]
|
|
|
|
[node name="TimeDisplay" type="Control"]
|
|
show_behind_parent = true
|
|
z_index = -1
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -2114.0
|
|
offset_bottom = -1395.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_3uj10")
|
|
|
|
[node name="TimeLabel" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 39.0
|
|
offset_right = 261.0
|
|
offset_bottom = 29.0
|
|
theme_override_fonts/font = ExtResource("2_742oq")
|
|
theme_override_font_sizes/font_size = 22
|
|
text = "time_display"
|
|
|
|
[node name="pause" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 7.0
|
|
offset_top = 2.0
|
|
offset_right = 34.0
|
|
offset_bottom = 55.0
|
|
scale = Vector2(0.5, 0.5)
|
|
theme_override_colors/font_color = Color(0.80287457, 0.40096578, 0.15050122, 1)
|
|
theme_override_fonts/font = ExtResource("3_aosp1")
|
|
theme_override_font_sizes/font_size = 35
|
|
text = "II"
|
|
|
|
[node name="faster" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 24.0
|
|
offset_top = 2.0
|
|
offset_right = 50.0
|
|
offset_bottom = 55.0
|
|
scale = Vector2(0.5, 0.5)
|
|
theme_override_colors/font_color = Color(0.80287457, 0.40096578, 0.15050122, 1)
|
|
theme_override_fonts/font = ExtResource("3_aosp1")
|
|
theme_override_font_sizes/font_size = 35
|
|
text = ">"
|
|
|
|
[node name="slower" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = -8.0
|
|
offset_top = 2.0
|
|
offset_right = 18.0
|
|
offset_bottom = 55.0
|
|
scale = Vector2(0.5, 0.5)
|
|
theme_override_colors/font_color = Color(0.80287457, 0.40096578, 0.15050122, 1)
|
|
theme_override_fonts/font = ExtResource("3_aosp1")
|
|
theme_override_font_sizes/font_size = 35
|
|
text = "<"
|
|
|
|
[node name="MenuButton" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 265.0
|
|
offset_top = 3.0
|
|
offset_right = 313.0
|
|
offset_bottom = 26.0
|
|
theme_override_fonts/font = ExtResource("2_742oq")
|
|
theme_override_font_sizes/font_size = 11
|
|
text = "Menu"
|