diff options
author | tpart <tpart120@proton.me> | 2024-06-26 16:08:38 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-26 16:08:40 +0200 |
commit | 69bc0630667f285708ddbb74af8ef83f7a41fc23 (patch) | |
tree | de28fd0ca4404d75c9505a25a2d9f484e4fd61e2 /client/project.godot | |
parent | c4b0f8d698b574c711b1e205371adfd3e3339487 (diff) | |
download | hurrycurry-69bc0630667f285708ddbb74af8ef83f7a41fc23.tar hurrycurry-69bc0630667f285708ddbb74af8ef83f7a41fc23.tar.bz2 hurrycurry-69bc0630667f285708ddbb74af8ef83f7a41fc23.tar.zst |
Rewrite settings system; Add full controller support to settings; Add menu manager system
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 bb2b6896..e6c1caaf 100644 --- a/client/project.godot +++ b/client/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="undercooked" -run/main_scene="res://menu/main_menu.tscn" +run/main_scene="res://menu/menu_manager.tscn" config/features=PackedStringArray("4.2", "Forward Plus") boot_splash/bg_color=Color(0.282353, 0.141176, 0.141176, 1) boot_splash/image="res://icon.png" |