diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-27 00:02:13 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-27 00:02:13 +0200 |
commit | 140090a76e723fec6f3aea07cd7b7f463884be89 (patch) | |
tree | 7e4b476b52b65b9289ffff079a76c1171c7dd68a /client/project.godot | |
parent | 8784d1a619f4224a4fe659750c91561fcc733100 (diff) | |
download | hurrycurry-140090a76e723fec6f3aea07cd7b7f463884be89.tar hurrycurry-140090a76e723fec6f3aea07cd7b7f463884be89.tar.bz2 hurrycurry-140090a76e723fec6f3aea07cd7b7f463884be89.tar.zst |
main menu server start option
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 23b423fe..5bbc3f15 100644 --- a/client/project.godot +++ b/client/project.godot @@ -20,6 +20,7 @@ config/icon="res://icon.png" [autoload] Global="*res://global.gd" +Server="*res://server.gd" [input] |