remove unused debug scene
This commit is contained in:
parent
b727d46c5e
commit
15274ea71a
|
@ -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")
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue