examples: Add PNG files and conversion scripts for more examples

This commit is contained in:
Antonio Niño Díaz 2023-05-13 13:03:05 +01:00
parent 5c2e524468
commit 7a22d51d4d
27 changed files with 37 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -0,0 +1,17 @@
#!/bin/sh
grit bola.png -ftb -fh! -gTFF00FF -gt -gB8 -m!
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.pal *.img ../nitrofiles/spr
grit nfl.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.pal *.img *.map ../nitrofiles/bg

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

View File

@ -0,0 +1,11 @@
#!/bin/sh
for file in *.png; do
grit "$file" -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
done
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.pal *.img *.map ../nitrofiles/bg

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -0,0 +1,9 @@
#!/bin/sh
grit nfl.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.pal *.img *.map ../nitrofiles/bg

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB