diff options
author | metamuffin <metamuffin@disroot.org> | 2025-07-07 19:42:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-07-07 19:42:57 +0200 |
commit | c5e2de764bb1ce1d38726b80636c3fa45b06c05e (patch) | |
tree | 7606abe3b47d123abb9cafe9c1bb7920aa3d3c7f /client/project.godot | |
parent | 9be9937f75c2711d5d7fd9759ed615397fff5c7f (diff) | |
download | hurrycurry-c5e2de764bb1ce1d38726b80636c3fa45b06c05e.tar hurrycurry-c5e2de764bb1ce1d38726b80636c3fa45b06c05e.tar.bz2 hurrycurry-c5e2de764bb1ce1d38726b80636c3fa45b06c05e.tar.zst |
implement discover tool as service.gd class
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot index c9146766..e3bbec06 100644 --- a/client/project.godot +++ b/client/project.godot @@ -27,6 +27,7 @@ InputManager="*res://menu/settings/input/input_manager.gd" ServerList="*res://server_list.gd" Server="*res://service/server.gd" Editor="*res://service/editor.gd" +Discover="*res://service/discover.gd" [debug] |