From 6d680e3f0d8c8c22e017efb8cb82e627f916bd0c Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sat, 21 Apr 2018 11:15:38 -0400 Subject: [PATCH] Add tiled importer plugin --- .gitmodules | 3 +++ game/addons/source/godot-tiled-importer | 1 + game/addons/tiled_importer | 1 + 3 files changed, 5 insertions(+) create mode 160000 game/addons/source/godot-tiled-importer create mode 120000 game/addons/tiled_importer diff --git a/.gitmodules b/.gitmodules index 3ca5e24..6702166 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "game/addons/gut"] path = game/addons/source/gut url = https://github.com/bitwes/Gut.git +[submodule "game/addons/source/godot-tiled-importer"] + path = game/addons/source/godot-tiled-importer + url = https://github.com/vnen/godot-tiled-importer.git diff --git a/game/addons/source/godot-tiled-importer b/game/addons/source/godot-tiled-importer new file mode 160000 index 0000000..5d14d54 --- /dev/null +++ b/game/addons/source/godot-tiled-importer @@ -0,0 +1 @@ +Subproject commit 5d14d54e272802f98dfe1431a76911ca094a6abe diff --git a/game/addons/tiled_importer b/game/addons/tiled_importer new file mode 120000 index 0000000..7bc7598 --- /dev/null +++ b/game/addons/tiled_importer @@ -0,0 +1 @@ +source/godot-tiled-importer/addons/vnen.tiled_importer/ \ No newline at end of file