mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 16:55:32 -04:00
examples: Add assets and scripts to more examples
This commit is contained in:
parent
2b079d20cf
commit
b74f8a5d98
BIN
examples/graphics/backbuffer2/assets/bitmap16.png
Normal file
BIN
examples/graphics/backbuffer2/assets/bitmap16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
9
examples/graphics/backbuffer2/assets/convert.sh
Normal file
9
examples/graphics/backbuffer2/assets/convert.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
grit bitmap16.png -ftb -fh! -gb -gB16
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.img ../nitrofiles/bmp
|
Binary file not shown.
BIN
examples/graphics/backbuffer4/assets/bitmap16.png
Normal file
BIN
examples/graphics/backbuffer4/assets/bitmap16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
9
examples/graphics/backbuffer4/assets/convert.sh
Normal file
9
examples/graphics/backbuffer4/assets/convert.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
grit bitmap16.png -ftb -fh! -gb -gB16
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.img ../nitrofiles/bmp
|
Binary file not shown.
BIN
examples/graphics/imgdraw/assets/bitmap16.png
Normal file
BIN
examples/graphics/imgdraw/assets/bitmap16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
BIN
examples/graphics/imgdraw/assets/blueball.png
Normal file
BIN
examples/graphics/imgdraw/assets/blueball.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
10
examples/graphics/imgdraw/assets/convert.sh
Normal file
10
examples/graphics/imgdraw/assets/convert.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
grit bitmap16.png -ftb -fh! -gb -gB16
|
||||
grit blueball.png -ftb -fh! -gb -gB16
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.img ../nitrofiles/bmp
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user