diff --git a/.gitmodules b/.gitmodules index 8ff14ea..b44c2e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "TableturfBattleClient/qrcodejs"] path = TableturfBattleClient/qrcodejs url = https://github.com/davidshimjs/qrcodejs.git +[submodule "TableturfBattleClient/mobile-drag-drop"] + path = TableturfBattleClient/mobile-drag-drop + url = https://github.com/timruffles/mobile-drag-drop.git diff --git a/TableturfBattleClient/assets/grip-horizontal.svg b/TableturfBattleClient/assets/grip-horizontal.svg new file mode 100644 index 0000000..58f6977 --- /dev/null +++ b/TableturfBattleClient/assets/grip-horizontal.svg @@ -0,0 +1,3 @@ + + + diff --git a/TableturfBattleClient/assets/plus-circle.svg b/TableturfBattleClient/assets/plus-circle.svg new file mode 100644 index 0000000..02d0ee0 --- /dev/null +++ b/TableturfBattleClient/assets/plus-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/TableturfBattleClient/index.html b/TableturfBattleClient/index.html index 1ddd8a9..3ef2097 100644 --- a/TableturfBattleClient/index.html +++ b/TableturfBattleClient/index.html @@ -15,6 +15,11 @@ + + @@ -402,27 +407,27 @@