build scripts
[fishladder.git] / compile_texsheet.sh
1 cd textures_combine
2 ../vg/bin/texsheet-linux-x86_64-clang/texsheet \
3 ../textures_qoi/autocombine.qoi \
4 ../sprites_autocombine.h \
5 sprites_auto_combine \
6 *.png
7 cd ..
8