diff --git a/main.gd b/main_cli.gd similarity index 100% rename from main.gd rename to main_cli.gd diff --git a/test.gd b/test.gd deleted file mode 100644 index e7e263b..0000000 --- a/test.gd +++ /dev/null @@ -1,6 +0,0 @@ -tool -extends EditorScript - - -func _run(): - print ("c" < "b") diff --git a/ui/main.tscn b/ui/main.tscn index d15a367..455e399 100644 --- a/ui/main.tscn +++ b/ui/main.tscn @@ -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/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] +[ext_resource path="res://assets/default_theme.theme" type="Theme" id=5] [node name="Main" type="VBoxContainer"] anchor_right = 1.0 anchor_bottom = 1.0 +theme = ExtResource( 5 ) script = ExtResource( 4 ) [node name="VBoxContainerPrimary" type="VBoxContainer" parent="."]