From 3b205b1dae6720b1b517c14da2d53c1a2bb1b1c7 Mon Sep 17 00:00:00 2001 From: tchncs <me@tchncs.de> Date: Sun, 4 Dec 2016 23:30:00 +0100 Subject: [PATCH] experimental: add submodule chat_bubbles :o --- .gitmodules | 3 +++ mods/chat_bubbles | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/chat_bubbles diff --git a/.gitmodules b/.gitmodules index 2a6b3a60..31f4250a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -131,3 +131,6 @@ [submodule "mods/bakedclay"] path = mods/bakedclay url = https://github.com/tenplus1/bakedclay +[submodule "mods/chat_bubbles"] + path = mods/chat_bubbles + url = https://github.com/jordan4ibanez/Chat-Bubbles diff --git a/mods/chat_bubbles b/mods/chat_bubbles new file mode 160000 index 00000000..48fb8b16 --- /dev/null +++ b/mods/chat_bubbles @@ -0,0 +1 @@ +Subproject commit 48fb8b16b297d3742205ad8f430d8eb8b39cee8d -- GitLab