online multiplayer chess game (note server currently down)
use the gpm [skip ci]
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .gitmodules | 3 | ||||
| l--------- | addons/gdcli | 1 | ||||
| -rw-r--r-- | godot.lock | 6 | ||||
| -rw-r--r-- | godot.package | 6 | ||||
| -rw-r--r-- | submodules/.gdignore | 0 | ||||
| m--------- | submodules/gdcli | 0 |
7 files changed, 13 insertions, 4 deletions
@@ -7,3 +7,4 @@ logs/ exports/ *.x86_64 version +addons/gdcli diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 68b663d..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "gdcli"] - path = submodules/gdcli - url = https://github.com/bend-n/gdcli diff --git a/addons/gdcli b/addons/gdcli deleted file mode 120000 index ac119d8..0000000 --- a/addons/gdcli +++ /dev/null @@ -1 +0,0 @@ -../submodules/gdcli/addons/gdcli/
\ No newline at end of file diff --git a/godot.lock b/godot.lock new file mode 100644 index 0000000..51fd93a --- /dev/null +++ b/godot.lock @@ -0,0 +1,6 @@ +{ + "@bendn/gdcli": { + "version": "1.2.5", + "integrity": "sha512-/YOAd1+K4JlKvPTmpX8B7VWxGtFrxKq4R0A6u5qOaaVPK6uGsl4dGZaIHpxuqcurEcwPEOabkoShXKZaOXB0lw==" + } +}
\ No newline at end of file diff --git a/godot.package b/godot.package new file mode 100644 index 0000000..d6fc57c --- /dev/null +++ b/godot.package @@ -0,0 +1,6 @@ +{ + "name": "chess", + "packages": { + "@bendn/gdcli": "1.2.5" + } +}
\ No newline at end of file diff --git a/submodules/.gdignore b/submodules/.gdignore deleted file mode 100644 index e69de29..0000000 --- a/submodules/.gdignore +++ /dev/null diff --git a/submodules/gdcli b/submodules/gdcli deleted file mode 160000 -Subproject 2b7891b100fcaaf6c09d67bc265d15a6603c8ad |