diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-01 15:46:13 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-01 15:46:13 +0200 |
commit | 69cce2c92e067595d862c479104df6e966a1e8ee (patch) | |
tree | 33c5f8ca6993f4d8fdc38516ca7684406eb66e1d /client/project.godot | |
parent | 1e28d68b1fc17a95b0dda305633be2016b692836 (diff) | |
download | hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.bz2 hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.zst |
refactor menu system yet again
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 c2204768..32f0e7eb 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/menu_manager.tscn" +run/main_scene="res://menu/entry.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" |