diff options
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/project.godot b/client/project.godot index 6c0f62d3..8da3185a 100644 --- a/client/project.godot +++ b/client/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="undercooked" -run/main_scene="res://game.tscn" +run/main_scene="res://menu/main_menu.tscn" config/features=PackedStringArray("4.2", "Forward Plus") config/icon="res://icon.svg" |