From 3f98582f903e579d9f47aba48f3976345eabe123 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 16 Sep 2025 22:28:24 +0200 Subject: Move some scripts to new "system" dir, add argument parser --- client/project.godot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/project.godot') 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" -- cgit v1.2.3-70-g09d2