Texture pack system.

This commit is contained in:
KikooDX 2020-05-12 18:34:10 +02:00
parent 6325613e62
commit 951a774b6e
1 changed files with 3 additions and 0 deletions

3
setpack.sh Executable file
View File

@ -0,0 +1,3 @@
for FOLDER in "$@";do
cp -r $FOLDER/* assets-cg/img/
done