From ed17cf8efa4109a01ee906454fe76510cb5a7bb5 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 14 Apr 2024 04:19:06 +0200 Subject: [PATCH] Temporarily set `MainGame` as main scene --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 7e53fe6..911254d 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="LD55" -run/main_scene="res://main.tscn" +run/main_scene="res://scenes/game/main_game.tscn" config/features=PackedStringArray("4.2", "GL Compatibility") config/icon="res://icon.svg"