From d59047d0ae6e9a1205d074f634f8bbbd644d2aa9 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Mon, 12 Aug 2024 13:28:25 +0200 Subject: [PATCH] remove template project tag --- godot/project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot/project.godot b/godot/project.godot index 73c0b6c..613290d 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Blitz3" -config/tags=PackedStringArray("templates") +config/tags=PackedStringArray() run/main_scene="res://Scenes/Levels/prototype.tscn" config/features=PackedStringArray("4.2", "Forward Plus") config/icon="res://icon.svg"