diff options
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/project.godot b/client/project.godot index 2239120b..3d45924f 100644 --- a/client/project.godot +++ b/client/project.godot @@ -20,11 +20,12 @@ config/icon="res://icons/main.png" [autoload] Global="*res://global.gd" -Server="*res://server.gd" Sound="*res://audio/sound.tscn" DisableWrongJoypads="*res://disable_wrong_joypads.gd" InputManager="*res://menu/settings/input/input_manager.gd" ServerList="*res://server_list.gd" +Server="*res://service/server.gd" +Editor="*res://service/editor.gd" [debug] |