aboutsummaryrefslogtreecommitdiff
path: root/client/project.godot
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-16 22:28:24 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-16 22:28:24 +0200
commit3f98582f903e579d9f47aba48f3976345eabe123 (patch)
tree5124f087056171ccf0196169a4b3c4e992183fa3 /client/project.godot
parente86637eade79ed5fef5ca2e9c169f5c40a314400 (diff)
downloadhurrycurry-3f98582f903e579d9f47aba48f3976345eabe123.tar
hurrycurry-3f98582f903e579d9f47aba48f3976345eabe123.tar.bz2
hurrycurry-3f98582f903e579d9f47aba48f3976345eabe123.tar.zst
Move some scripts to new "system" dir, add argument parser
Diffstat (limited to 'client/project.godot')
-rw-r--r--client/project.godot6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/project.godot b/client/project.godot
index 56af7dca..1111d50a 100644
--- a/client/project.godot
+++ b/client/project.godot
@@ -19,12 +19,12 @@ config/icon="res://icons/main.png"
[autoload]
-TranslationManager="*res://translation_manager.gd"
+TranslationManager="*res://system/translation_manager.gd"
Global="*res://global.gd"
Sound="*res://audio/sound.tscn"
-DisableWrongJoypads="*res://disable_wrong_joypads.gd"
+DisableWrongJoypads="*res://system/disable_wrong_joypads.gd"
InputManager="*res://gui/menus/settings/input/input_manager.gd"
-ServerList="*res://server_list.gd"
+ServerList="*res://system/server_list.gd"
Server="*res://service/server.gd"
Editor="*res://service/editor.gd"
Discover="*res://service/discover.gd"