diff options
author | metamuffin <metamuffin@disroot.org> | 2024-12-26 13:43:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-12-26 13:43:03 +0100 |
commit | e73d6273e969f9720b9ce730c3c5825126ae892b (patch) | |
tree | 386c13a5a582e9593605dcef9b6dab7cf6b15620 /client/project.godot | |
parent | 01811610b169a0572417c1493ea606353fd1a327 (diff) | |
download | hurrycurry-e73d6273e969f9720b9ce730c3c5825126ae892b.tar hurrycurry-e73d6273e969f9720b9ce730c3c5825126ae892b.tar.bz2 hurrycurry-e73d6273e969f9720b9ce730c3c5825126ae892b.tar.zst |
generalize services and add editor to play menu
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] |