From b83ced5030acce3280aa727c58e862cf9bfc5ac0 Mon Sep 17 00:00:00 2001 From: Nekojimi Date: Tue, 15 Mar 2022 21:13:35 +0000 Subject: [PATCH] Fix project name in project.godot --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 8366a61..e969bcd 100644 --- a/project.godot +++ b/project.godot @@ -20,7 +20,7 @@ _global_script_class_icons={ [application] -config/name="${REPO_NAME}" +config/name="LoopyTest" config/icon="res://icon.png" [gdnative]