12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- output: c : Sets the output format to C
- include-file: main_gfx.h : File name containing all images/palettes
- palettes: : Start of palettes list in the output
- - main_palette : Name of each palette, separated by line
- converts: : Converted sections, based on name
- - main_images : Name of each convert section
- palette: main_palette : Palette and name of palette
- images: automatic : Automatically get list of images
- convert: main_images : Convert images section
- palette: main_palette : Use the above generated palette
- images: : List of input images
- # - blackmage.png
- # Standing front
- - bm1.png
- # Standing back
- - bm2.png
- # Forward 1 front
- - bm3.png
- # Forward 1 back
- - bm4.png
- # Forward 2 front
- - bm5.png
- # Forward 2 back
- - bm6.png
- # Left 1 front
- - bm7.png
- # Left 1 back
- - bm8.png
- # Left 2 front
- - bm9.png
- # Left 2 back
- - bm10.png
- # Right 1 front
- - bm11.png
- # Right 1 back
- - bm12.png
- # Right 2 front
- - bm13.png
- # Right 2 back
- - bm14.png
- # Climb 1 front
- - bm15.png
- # Climb 1 back
- - bm16.png
- # Climb 2 front
- - bm17.png
- # Climb 2 back
- - bm18.png
- # Backward 1 front
- - bm19.png
- # Backward 1 back
- - bm20.png
- # Backward 2 front
- - bm21.png
- # Backward 2 back
- - bm22.png
|