aboutsummaryrefslogtreecommitdiff
path: root/client/project.godot
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-26 16:53:14 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-26 16:53:14 +0200
commit1e88790bf75baefc48e2950529f0b6e930534830 (patch)
treed1acf176d8031947718e8bb00946af74967604f4 /client/project.godot
parent2ca6ac7ab329036d0155de2de4b0a11f3a785414 (diff)
parent89310ea939d495274302d207be34cceae618768c (diff)
downloadhurrycurry-1e88790bf75baefc48e2950529f0b6e930534830.tar
hurrycurry-1e88790bf75baefc48e2950529f0b6e930534830.tar.bz2
hurrycurry-1e88790bf75baefc48e2950529f0b6e930534830.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/project.godot')
-rw-r--r--client/project.godot4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/project.godot b/client/project.godot
index 679bd9e0..6c5d29f0 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"
@@ -101,7 +101,7 @@ boost={
[internationalization]
locale/translations=PackedStringArray("res://po/de.po")
-locale/translations_pot_files=PackedStringArray("res://menu/main_menu.tscn", "res://menu/character_menu.tscn", "res://menu/credits_menu.tscn", "res://menu/error_menu.tscn", "res://menu/ingame_menu.tscn")
+locale/translations_pot_files=PackedStringArray("res://menu/main_menu.tscn", "res://menu/character_menu.tscn", "res://menu/credits_menu.tscn", "res://menu/error_menu.tscn", "res://menu/ingame_menu.tscn", "res://global.gd", "res://menu/settings_menu.tscn")
[rendering]