diff --git a/desktop/build.xml b/desktop/build.xml index 8c0664c..91738f9 100644 --- a/desktop/build.xml +++ b/desktop/build.xml @@ -39,7 +39,7 @@ + classpath="${libgdx.absolute.dir}/gdx.jar:${libgdx.absolute.dir}/extensions/gdx-tools/gdx-tools.jar"> diff --git a/fetch-libgdx.sh b/fetch-libgdx.sh index 73b2ba8..2ab1308 100755 --- a/fetch-libgdx.sh +++ b/fetch-libgdx.sh @@ -8,7 +8,7 @@ message(){ echo -e "\E[0;37m" } -cd libgdx +mkdir -p libgdx && cd libgdx message "Downloading $LIBGDX_ZIP ..."