mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-19 00:55:38 -04:00
17 lines
301 B
Bash
17 lines
301 B
Bash
#!/bin/sh
|
|
|
|
GRIT=/opt/blocksds/core/tools/grit/grit
|
|
|
|
rm -rf nitrofiles
|
|
mkdir -p nitrofiles
|
|
|
|
$GRIT assets/a3pal32.png -W3 \
|
|
-ftr -fh! -p \
|
|
-gx -gb -gBa3i5 -gT \
|
|
-o nitrofiles/a3pal32_png
|
|
|
|
$GRIT assets/a1rgb5.png -W3 \
|
|
-ftr -fh! -p \
|
|
-gx -gb -gB16 -gT! \
|
|
-o nitrofiles/a1rgb5_png
|