From 898759fecf52d91d5e61b25c7264b7bae5539702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Thu, 25 May 2023 14:29:44 +0300 Subject: [PATCH] use custom folder name --- project.godot | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/project.godot b/project.godot index 5b51e4a..d7fc997 100644 --- a/project.godot +++ b/project.godot @@ -11,10 +11,17 @@ config_version=5 [application] config/name="yagvm" +run/main_scene="res://UI/Main/GroupsView.tscn" +config/use_custom_user_dir=true +config/custom_user_dir_name="yagvm" config/features=PackedStringArray("4.0", "Forward Plus") run/low_processor_mode=true config/icon="res://icon.svg" +[autoload] + +GithubReleasesFetcher="*res://Classes/GithubReleasesFetcher.gd" + [display] window/subwindows/embed_subwindows=false