From a5e2c5cf4b3bd7fe506e0e05f0fd2700a3b70d31 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sun, 17 Nov 2024 11:13:39 -0600 Subject: Make the title screen the main scene --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 587f5f7..ccab8d7 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Overstimulator Oversimulator 2" -run/main_scene="res://scenes/main.tscn" +run/main_scene="res://scenes/title.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") config/icon="res://icon.svg" -- cgit v1.2.3