From 8fb93d43a160fb91f3fd53d8eebf64f1f953bc31 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 31 Aug 2022 20:27:16 +0200 Subject: [PATCH] Implemented updated core library and new components system --- .gitmodules | 3 +++ components | 1 + 2 files changed, 4 insertions(+) create mode 160000 components diff --git a/.gitmodules b/.gitmodules index ef78ad8..177f529 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "anime-game-core"] path = anime-game-core url = https://github.com/an-anime-team/anime-game-core +[submodule "components"] + path = components + url = https://github.com/an-anime-team/components diff --git a/components b/components new file mode 160000 index 0000000..e87f17c --- /dev/null +++ b/components @@ -0,0 +1 @@ +Subproject commit e87f17c4085ca3617c9673b1139f622b88f8ab20