aboutsummaryrefslogtreecommitdiff
path: root/client/project.godot
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-06-26 16:08:38 +0200
committertpart <tpart120@proton.me>2024-06-26 16:08:40 +0200
commit69bc0630667f285708ddbb74af8ef83f7a41fc23 (patch)
treede28fd0ca4404d75c9505a25a2d9f484e4fd61e2 /client/project.godot
parentc4b0f8d698b574c711b1e205371adfd3e3339487 (diff)
downloadhurrycurry-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.godot2
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"