more clean up
This commit is contained in:
		@@ -1,13 +1,15 @@
 | 
				
			|||||||
[gd_scene load_steps=5 format=2]
 | 
					[gd_scene load_steps=6 format=2]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[ext_resource path="res://ui/time_counter.tscn" type="PackedScene" id=1]
 | 
					[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/tasks_list.tscn" type="PackedScene" id=2]
 | 
				
			||||||
[ext_resource path="res://ui/settings.tscn" type="PackedScene" id=3]
 | 
					[ext_resource path="res://ui/settings.tscn" type="PackedScene" id=3]
 | 
				
			||||||
[ext_resource path="res://ui/main.gd" type="Script" id=4]
 | 
					[ext_resource path="res://ui/main.gd" type="Script" id=4]
 | 
				
			||||||
 | 
					[ext_resource path="res://assets/default_theme.theme" type="Theme" id=5]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[node name="Main" type="VBoxContainer"]
 | 
					[node name="Main" type="VBoxContainer"]
 | 
				
			||||||
anchor_right = 1.0
 | 
					anchor_right = 1.0
 | 
				
			||||||
anchor_bottom = 1.0
 | 
					anchor_bottom = 1.0
 | 
				
			||||||
 | 
					theme = ExtResource( 5 )
 | 
				
			||||||
script = ExtResource( 4 )
 | 
					script = ExtResource( 4 )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[node name="VBoxContainerPrimary" type="VBoxContainer" parent="."]
 | 
					[node name="VBoxContainerPrimary" type="VBoxContainer" parent="."]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user