From 0f6fb855334c4bd8aa5074e73158a74c910c707b Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 25 Oct 2024 08:44:33 +0100 Subject: [PATCH] Back out "Set spaceship game to main scene" This backs out commit 3ede4ed625184c00d173cad80de5fc33681e040d. All other games are now functional again. https://phabricator.endlessm.com/T35683 --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index d3caaca..0751717 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="blockcoding minigames" -run/main_scene="res://game-06/main.tscn" +run/main_scene="res://main-menu/main.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") config/icon="res://icon.svg"