diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-02 15:36:09 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-02 15:36:09 -0500 |
commit | a475b843e7d37f128ce30140d193f0312aa70c9c (patch) | |
tree | 99432d35d61aa14c1ac17311694a8ae62675d3a6 /.gitmodules | |
parent | 7166c9b831f9c6a50ba42272682b776d01e5703e (diff) | |
download | tanetane-a475b843e7d37f128ce30140d193f0312aa70c9c.tar.gz tanetane-a475b843e7d37f128ce30140d193f0312aa70c9c.tar.bz2 tanetane-a475b843e7d37f128ce30140d193f0312aa70c9c.zip |
Using tmxlite instead of Tileson
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8fd23f6 --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,3 @@ | |||
1 | [submodule "vendor/tmxlite"] | ||
2 | path = vendor/tmxlite | ||
3 | url = https://github.com/fallahn/tmxlite | ||