diff options
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 6 |
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" |