convpng.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. output: c : Sets the output format to C
  2. include-file: main_gfx.h : File name containing all images/palettes
  3. palettes: : Start of palettes list in the output
  4. - main_palette : Name of each palette, separated by line
  5. converts: : Converted sections, based on name
  6. - main_images : Name of each convert section
  7. palette: main_palette : Palette and name of palette
  8. images: automatic : Automatically get list of images
  9. convert: main_images : Convert images section
  10. palette: main_palette : Use the above generated palette
  11. images: : List of input images
  12. # - blackmage.png
  13. - bm1.png # Standing front
  14. - bm2.png # Standing back
  15. - bm3.png # Walking 1 front
  16. - bm4.png # Walking 1 back
  17. - bm5.png # Walking 2 front
  18. - bm6.png # Walking 2 back
  19. - bm7.png # Left 1 front
  20. - bm8.png # Left 1 back
  21. - bm9.png # Left 2 front
  22. - bm10.png # Left 2 back
  23. - bm11.png # Right 1 front
  24. - bm12.png # Right 1 back
  25. - bm13.png # Right 2 front
  26. - bm14.png # Right 2 back
  27. - bm15.png # Climb 1 front
  28. - bm16.png # Climb 1 back
  29. - bm17.png # Climb 2 front
  30. - bm18.png # Climb 2 back