67 lines
1.8 KiB
Plaintext
67 lines
1.8 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://ui/time_counter.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://ui/tasks_list.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://ui/settings.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://ui/main.gd" type="Script" id=4]
|
|
|
|
[node name="Main" type="VBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="VBoxContainerPrimary" type="VBoxContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
margin_right = 360.0
|
|
margin_bottom = 72.0
|
|
|
|
[node name="TimeCounter" parent="VBoxContainerPrimary" instance=ExtResource( 1 )]
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 360.0
|
|
margin_bottom = 48.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainerPrimary"]
|
|
margin_top = 52.0
|
|
margin_right = 360.0
|
|
margin_bottom = 72.0
|
|
alignment = 2
|
|
|
|
[node name="ToggleTabContainerButton" type="Button" parent="VBoxContainerPrimary/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
margin_left = 348.0
|
|
margin_right = 360.0
|
|
margin_bottom = 20.0
|
|
toggle_mode = true
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
margin_top = 76.0
|
|
margin_right = 360.0
|
|
margin_bottom = 760.0
|
|
size_flags_vertical = 3
|
|
|
|
[node name="TasksList" parent="TabContainer" instance=ExtResource( 2 )]
|
|
margin_left = 4.0
|
|
margin_top = 32.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Settings" type="ScrollContainer" parent="TabContainer"]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 32.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Settings" parent="TabContainer/Settings" instance=ExtResource( 3 )]
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 352.0
|
|
margin_bottom = 648.0
|