40 lines
1016 B
Plaintext
40 lines
1016 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://ui/time_counter.gd" type="Script" id=1]
|
|
|
|
[node name="TimeCounter" type="VBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="TaskNameLineEdit" type="LineEdit" parent="."]
|
|
unique_name_in_owner = true
|
|
margin_right = 360.0
|
|
margin_bottom = 24.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
margin_top = 28.0
|
|
margin_right = 360.0
|
|
margin_bottom = 760.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="TimeLabel" type="Label" parent="HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
margin_top = 359.0
|
|
margin_right = 344.0
|
|
margin_bottom = 373.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="StartButton" type="Button" parent="HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
margin_left = 348.0
|
|
margin_right = 360.0
|
|
margin_bottom = 732.0
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|