77 lines
2.2 KiB
Plaintext
77 lines
2.2 KiB
Plaintext
|
[gd_scene load_steps=6 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/default_theme.theme" type="Theme" id=1]
|
||
|
[ext_resource path="res://ui/tasks_list.tscn" type="PackedScene" id=2]
|
||
|
[ext_resource path="res://ui/time_counter.tscn" type="PackedScene" id=3]
|
||
|
[ext_resource path="res://ui/settings.tscn" type="PackedScene" id=4]
|
||
|
[ext_resource path="res://ui/composed_ui.gd" type="Script" id=5]
|
||
|
|
||
|
[node name="PanelContainer" type="PanelContainer"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
theme = ExtResource( 1 )
|
||
|
theme_type_variation = "background"
|
||
|
script = ExtResource( 5 )
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
margin_left = 5.0
|
||
|
margin_top = 5.0
|
||
|
margin_right = 355.0
|
||
|
margin_bottom = 755.0
|
||
|
|
||
|
[node name="VBoxContainerPrimary" type="VBoxContainer" parent="VBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
margin_right = 350.0
|
||
|
margin_bottom = 187.0
|
||
|
|
||
|
[node name="TimeCounter" parent="VBoxContainer/VBoxContainerPrimary" instance=ExtResource( 3 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 350.0
|
||
|
margin_bottom = 141.0
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainerPrimary"]
|
||
|
margin_top = 148.0
|
||
|
margin_right = 350.0
|
||
|
margin_bottom = 187.0
|
||
|
alignment = 2
|
||
|
|
||
|
[node name="ToggleTabContainerButton" type="Button" parent="VBoxContainer/VBoxContainerPrimary/HBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
margin_left = 329.0
|
||
|
margin_right = 350.0
|
||
|
margin_bottom = 39.0
|
||
|
theme_type_variation = "panel_toggle_button"
|
||
|
toggle_mode = true
|
||
|
|
||
|
[node name="TabContainer" type="TabContainer" parent="VBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
margin_top = 194.0
|
||
|
margin_right = 350.0
|
||
|
margin_bottom = 750.0
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="TasksList" parent="VBoxContainer/TabContainer" instance=ExtResource( 2 )]
|
||
|
margin_left = 5.0
|
||
|
margin_top = 46.0
|
||
|
margin_right = -5.0
|
||
|
margin_bottom = -5.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Settings" type="ScrollContainer" parent="VBoxContainer/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="VBoxContainer/TabContainer/Settings" instance=ExtResource( 4 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 342.0
|
||
|
margin_bottom = 520.0
|