From 5a3b3a9563825132ecc3024415d567308a483694 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sun, 23 Aug 2026 12:02:02 -0500 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..e306533 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Lobby Cliet + +> **Note:** Meant to be exported as a pck and loaded by game-shell [game-shell](https://code.itdominator.com/itdominator/game-shell).