68 lines
2.0 KiB
Plaintext
68 lines
2.0 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"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.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 = 164.0
|
|
offset_bottom = 20.0
|
|
theme_override_fonts/font = ExtResource("2_742oq")
|
|
text = "time_display"
|
|
|
|
[node name="pause" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 12.0
|
|
offset_top = 2.0
|
|
offset_right = 32.0
|
|
offset_bottom = 24.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 = 16
|
|
text = "II"
|
|
|
|
[node name="faster" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 23.0
|
|
offset_top = 2.0
|
|
offset_right = 41.0
|
|
offset_bottom = 24.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 = 16
|
|
text = ">"
|
|
|
|
[node name="slower" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 2.0
|
|
offset_top = 2.0
|
|
offset_right = 20.0
|
|
offset_bottom = 24.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 = 16
|
|
text = "<"
|
|
|
|
[node name="MenuButton" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 198.0
|
|
offset_right = 246.0
|
|
offset_bottom = 23.0
|
|
theme_override_fonts/font = ExtResource("2_742oq")
|
|
theme_override_font_sizes/font_size = 11
|
|
text = "Menu"
|