From 7f8e40727e92d4c1b57f7c4135cfb3559ce8f6b8 Mon Sep 17 00:00:00 2001 From: Robert Vokac Date: Tue, 14 Jan 2025 08:47:23 +0100 Subject: [PATCH] Added directories Content and worlds --- .gitmodules | 6 ++++++ Content | 1 + worlds | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 Content create mode 160000 worlds diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..143c212 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Content"] + path = Content + url = https://code.openeggbert.com/openeggbert/speedy-blupi-dadagames-content +[submodule "worlds"] + path = worlds + url = https://code.openeggbert.com/openeggbert/speedy-blupi-dadagames-worlds diff --git a/Content b/Content new file mode 160000 index 0000000..01b2a1a --- /dev/null +++ b/Content @@ -0,0 +1 @@ +Subproject commit 01b2a1ae753bfb773f60c24519d1a496f242bb62 diff --git a/worlds b/worlds new file mode 160000 index 0000000..696a2f2 --- /dev/null +++ b/worlds @@ -0,0 +1 @@ +Subproject commit 696a2f2286af4ebc7df98308a075d74a19e4efd0