diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-04-14 16:56:43 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-14 16:56:43 +0000 |
commit | 07598d5f97b17d2c4538557af2adf6b8d51d9e02 (patch) | |
tree | 2778f5f89958733336fe1d117bac44632087dfd0 /tmx_converter.sh | |
parent | 44536183f98feaa25df6c4e8813950128d60f42b (diff) | |
download | tools-07598d5f97b17d2c4538557af2adf6b8d51d9e02.tar.gz tools-07598d5f97b17d2c4538557af2adf6b8d51d9e02.tar.bz2 tools-07598d5f97b17d2c4538557af2adf6b8d51d9e02.tar.xz tools-07598d5f97b17d2c4538557af2adf6b8d51d9e02.zip |
tmx_converter.py support for new naming
Diffstat (limited to 'tmx_converter.sh')
-rwxr-xr-x | tmx_converter.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmx_converter.sh b/tmx_converter.sh new file mode 100755 index 0000000..afd56ce --- /dev/null +++ b/tmx_converter.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +./tmx_converter.py ../client-data ../world/map |