From be089b29609412595ee6aa91d28d036a71d0b483 Mon Sep 17 00:00:00 2001 From: Alan Alexander Cerna <87852561+Kroppec@users.noreply.github.com> Date: Thu, 18 Nov 2021 19:41:20 +0200 Subject: [PATCH] [Micro] Project settings fix --- project.godot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.godot b/project.godot index 09ed93f..c8cfcdc 100644 --- a/project.godot +++ b/project.godot @@ -10,8 +10,9 @@ config_version=4 [application] -config/name="Game" -run/main_scene="res://source/scenes/GUI/main_menu.tscn" +config/name="FuncIt" +config/description="Modern, yet simplistic 2D platform-shooter developed as an entertaining game and an educational tool." +run/main_scene="res://source/scenes/GUI/game_loading_screen.tscn" config/icon="res://icon.png" [autoload]