From cbc64a0b022effd7692d166944e60789fef91455 Mon Sep 17 00:00:00 2001 From: Xananax Date: Sat, 22 Apr 2023 18:45:35 +0200 Subject: [PATCH] more clean up --- main.gd => main_cli.gd | 0 test.gd | 6 ------ ui/main.tscn | 4 +++- 3 files changed, 3 insertions(+), 7 deletions(-) rename main.gd => main_cli.gd (100%) delete mode 100644 test.gd 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="."]