From e73d6273e969f9720b9ce730c3c5825126ae892b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 26 Dec 2024 13:43:03 +0100 Subject: generalize services and add editor to play menu --- client/project.godot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/project.godot') 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] -- cgit v1.2.3-70-g09d2