diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-04 14:23:42 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-04 14:23:42 +0100 |
commit | 688790b5dc0ea8f51a99e42a00c7510b9bd87aa6 (patch) | |
tree | 71c04c9f401c67caf5c1ea3f56c7360ac1d14b86 /project.godot | |
parent | 2bf6b303fc062a800afb784877d989686287a2a7 (diff) |
next commit
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 6157940..74a299a 100644 --- a/project.godot +++ b/project.godot @@ -18,3 +18,4 @@ config/icon="res://icon.svg" [autoload] Network="*res://network/network.tscn" +Client="*res://client.tscn" |