diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 11:13:39 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 11:13:39 -0600 |
commit | a5e2c5cf4b3bd7fe506e0e05f0fd2700a3b70d31 (patch) | |
tree | b558dfc86074ecb7a7e693f1709f8788dceb4bbe /project.godot | |
parent | 574bc85d7e7c7ebe51cfd40de676d00cbdc622ce (diff) |
Make the title screen the main scene
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
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" |