more clean up

This commit is contained in:
xananax prozaxx 2023-04-22 18:45:35 +02:00
parent 397bc23ff5
commit cbc64a0b02
3 changed files with 3 additions and 7 deletions

View File

@ -1,6 +0,0 @@
tool
extends EditorScript
func _run():
print ("c" < "b")

View File

@ -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="."]