Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- pack textures -->
<java
classname="com.badlogic.gdx.tools.imagepacker.TexturePacker2"
classpath="${libgdx.absolute.dir}/gdx.jar:${libgdx.absolute.dir}/extensions/gdx-tools.jar">
classpath="${libgdx.absolute.dir}/gdx.jar:${libgdx.absolute.dir}/extensions/gdx-tools/gdx-tools.jar">
<arg value="${images.absolute.dir}" />
<arg value="${assets.absolute.dir}/textures" />
<arg value="images-packed" />
Expand Down
2 changes: 1 addition & 1 deletion fetch-libgdx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message(){
echo -e "\E[0;37m"
}

cd libgdx
mkdir -p libgdx && cd libgdx

message "Downloading $LIBGDX_ZIP ..."

Expand Down