46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 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]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="TimeCounter" parent="." instance=ExtResource( 1 )]
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 360.0
|
|
margin_bottom = 48.0
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="."]
|
|
margin_top = 52.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 = 672.0
|