examples: Add assets and conversion scripts for more examples
BIN
examples/3dsprites/alpha/assets/blueball.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
17
examples/3dsprites/alpha/assets/convert.sh
Normal file
@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
grit blueball.png -ftb -fh! -gTFF00FF -gb -gB8 -m!
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.pal *.img ../nitrofiles/sprite
|
||||
|
||||
grit nature.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.pal *.img *.map ../nitrofiles/bg
|
BIN
examples/3dsprites/alpha/assets/nature.png
Normal file
After Width: | Height: | Size: 147 KiB |
@ -1,10 +1 @@
|
||||
|)Ý9ÝZ.½¶9)=J9J±9¹Z&¹²=)6)VJ;97®ª¶95}zv1)31ß$Ü$r]5nŸ=Y5ÝEÕ$]V-){VV5IÙIyVVR5ÖI9V{^ûf5WI^Ýjy^»fÙY]j9^ó@6VYYFTIÖLN5ÒEVUÙeZf?|#ÖYÝv»n¹fûnùfJ)]v]w©$7fEs]Yv:kwf¹n«8QUÕe7n5b²YwnùnÙv5nubÒeUvŽMóuun¶fJ52ZC2j¶n:wRvÖv!³v²j6wJº{²VÝ{¢Ê9aF!aÊ)²JÚg%
|
||||
+J¢³72;
n*±'ÕCUK©ÙW1+Ò6& 2¹Kª.Ò*6;±6+™7ÅÝk1:Ý[9G0
|
||||
r
|
||||
Ö:Ö
|
||||
Ö1Ö*1*½G Î¥* )9W*¶F}+>=Ú¶Nº
|
||||
6
|
||||
Ñ 6cRFÝ
|
||||
ÑMÝ]G:
|
||||
Ñ)¶ZW*]
|
||||
MÉU:R]ÚÙJ=[¶Ý VÚ{6¶V½BÍÝ:¶)=2²Vý)¶9º)ݺ]qus{yw];97531{ywusq#Ú5d=g!
|
||||
!²²5G²0 %3N›òL!£³VéL³.Ò“&š0&øù2$8Sm4¦ÛÙ¥<18>U ²Hi9E82þ,6Ò È8ìkK-³BbØBØRÚ22IÆîYR5É)Re÷]¶où4©9¯:õTEK(Hýer ëLšÜ2£RFû<08>Zc®1¸Ö2SF!x$l&ýYQB¶0?.BÕb5ØE9?¹bb3Ý&\$%ÏÉÜrÒEi)×Q9S8îo<HZü0©!IÅ[o„).³ ÕfÎ4¬!û&O}0[ Ãl¼ýY"WZ¯=ÕH¼u 55U&9G×&V]Ö6ÉS
)GX N16=3ÖVù6U2m, <1D><u<E\QA\2Bf>ÕUBÕ zWì(o)^jäÚno4i¼?&/N3%¦(Ó66R¶BµEbo&‘<nJÙ ï(XfÉ1é!?Ɔ\J{f%=&z&ÉDJ R&>'&½Bƒi
wJIü89"Ú$µÒ%×ÃÇ!
|
||||
|
BIN
examples/_original_assets/assorted_flowers.jpg
Normal file
After Width: | Height: | Size: 2.8 MiB |
10
examples/_original_assets/assorted_flowers.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Link: https://unsplash.com/photos/eHlVZcSrjfg
|
||||
Author: Ioann-Mark Kuznietsov
|
||||
License: Unsplash
|
||||
|
||||
Stryiskyi rynok, Lviv, Ukraine
|
||||
Published on March 7, 2017
|
||||
Canon, EOS REBEL T1i
|
||||
|
||||
I made 2 beautiful photos of tulips one year ago. But uploaded only 1. So, let
|
||||
this one be here too.
|
BIN
examples/graphics/bg16bitsload/assets/bitmap16.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
8
examples/graphics/bg16bitsload/assets/convert.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
grit bitmap16.jpg -ftb -fh! -gb -gB16
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.img ../nitrofiles/bmp
|
BIN
examples/graphics/sprite/assets/bg2.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
examples/graphics/sprite/assets/bg3.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
examples/graphics/sprite/assets/bola.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
20
examples/graphics/sprite/assets/convert.sh
Normal file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
grit bola.png -ftb -fh! -gTFF00FF -gt -gB8 -m!
|
||||
grit personaje.png -ftb -fh! -gTFF00FF -gt -gB8 -m!
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.pal *.img ../nitrofiles/sprite
|
||||
|
||||
grit nfl.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
|
||||
grit bg2.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
|
||||
grit bg3.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.pal *.img *.map ../nitrofiles/bg
|
BIN
examples/graphics/sprite/assets/nfl.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
examples/graphics/sprite/assets/personaje.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
examples/graphics/spritepal/assets/bg2.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
examples/graphics/spritepal/assets/bg3.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
examples/graphics/spritepal/assets/bola.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
20
examples/graphics/spritepal/assets/convert.sh
Normal file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
grit bola.png -ftb -fh! -gTFF00FF -gt -gB8 -m!
|
||||
grit personaje.png -ftb -fh! -gTFF00FF -gt -gB8 -m!
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.pal *.img ../nitrofiles/sprite
|
||||
|
||||
grit nfl.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
|
||||
grit bg2.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
|
||||
grit bg3.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLs
|
||||
|
||||
for file in *.bin; do
|
||||
mv -- "$file" "${file%.bin}"
|
||||
done
|
||||
|
||||
mv *.pal *.img *.map ../nitrofiles/bg
|
BIN
examples/graphics/spritepal/assets/nfl.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
examples/graphics/spritepal/assets/personaje.png
Normal file
After Width: | Height: | Size: 14 KiB |