From 15274ea71ae12c8b87869a43abcf814ae0639893 Mon Sep 17 00:00:00 2001 From: AmyLillya Date: Mon, 4 Sep 2023 19:31:51 -0300 Subject: [PATCH] remove unused debug scene --- Autoload/Debug.tscn | 6 ------ project.godot | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 Autoload/Debug.tscn diff --git a/Autoload/Debug.tscn b/Autoload/Debug.tscn deleted file mode 100644 index 9dcac25..0000000 --- a/Autoload/Debug.tscn +++ /dev/null @@ -1,6 +0,0 @@ -[gd_scene load_steps=2 format=3 uid="uid://ycvavb1vjn0w"] - -[ext_resource type="Script" path="res://Autoload/Debug.gd" id="1_imoie"] - -[node name="Debug" type="Node"] -script = ExtResource("1_imoie") diff --git a/project.godot b/project.godot index bac21c1..2756a05 100644 --- a/project.godot +++ b/project.godot @@ -18,7 +18,7 @@ config/icon="res://icon.svg" [autoload] Utilities="*res://Autoload/Utilities.gd" -Debug="*res://Autoload/Debug.tscn" +Debug="*res://Autoload/Debug.gd" [input]