From a08660ca24cc18778ad929eb5a79453ba37d232e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 11 Jul 2012 14:16:02 -0700 Subject: Add a tmx-to-wlk converter that handles CSV (in Python), and run it. Some of the _mobs files changed due to bugs in the maps, which I fixed. Remove the old Java version. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 85d5bdd7..590b111e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,8 +3,8 @@ .NOTPARALLEL: all: maps conf maps: - ant -f tools/tmwcon/build.xml - java -jar tools/tmwcon/converter.jar client-data/ world/map/ + tools/tmx_converter.py client-data/ world/map/ + % : | %.example cp "$|" "$@" conf: \ -- cgit v1.2.3-70-g09d2