diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-23 22:52:45 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-23 23:07:10 +0200 |
commit | f9a21bc9772d761db1c02a6ed81e117886b523b2 (patch) | |
tree | 8653b85999b48354fe39505268b7f704fade9626 /client/project.godot | |
parent | a81020eb81a0fa44f6641f47bd1eeda786cc8f71 (diff) | |
download | hurrycurry-f9a21bc9772d761db1c02a6ed81e117886b523b2.tar hurrycurry-f9a21bc9772d761db1c02a6ed81e117886b523b2.tar.bz2 hurrycurry-f9a21bc9772d761db1c02a6ed81e117886b523b2.tar.zst |
make game playable again (somewhat)
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" |