examples: Add assets of the graphics/affine example

This commit is contained in:
Antonio Niño Díaz 2023-05-14 02:25:57 +01:00
parent c184900ad6
commit be3050bca8
12 changed files with 72 additions and 57 deletions

View File

@ -0,0 +1,15 @@
#!/bin/sh
# The two backgrounds in the same screen share the palette
grit navygrid.png waves512.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLa -pS -Onavygrid
grit flag512.png -ftb -fh! -gTFF00FF -gt -gB8 -mR8 -mLa
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
# Both backgrounds need to have a palette, even if it's the same one
cp navygrid.pal waves512.pal
mv *.pal *.img *.map ../nitrofiles/bg

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -14,18 +14,18 @@
               

               







               

                
@ -57,18 +57,18 @@
                
                








                 

                
@ -100,18 +100,18 @@
               

               







               

                
@ -143,33 +143,6 @@
                




                 
                
@ -186,18 +159,18 @@
               

               







               

                
@ -229,4 +202,31 @@