convimg.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. compress: zx7
  12. images: : List of input images
  13. # - blackmage.png
  14. # Standing front
  15. - bm1.png
  16. # Standing back
  17. - bm2.png
  18. # Forward 1 front
  19. - bm3.png
  20. # Forward 1 back
  21. - bm4.png
  22. # Forward 2 front
  23. - bm5.png
  24. # Forward 2 back
  25. - bm6.png
  26. # Left 1 front
  27. - bm7.png
  28. # Left 1 back
  29. - bm8.png
  30. # Left 2 front
  31. - bm9.png
  32. # Left 2 back
  33. - bm10.png
  34. # Right 1 front
  35. - bm11.png
  36. # Right 1 back
  37. - bm12.png
  38. # Right 2 front
  39. - bm13.png
  40. # Right 2 back
  41. - bm14.png
  42. # Climb 1 front
  43. - bm15.png
  44. # Climb 1 back
  45. - bm16.png
  46. # Climb 2 front
  47. - bm17.png
  48. # Climb 2 back
  49. - bm18.png
  50. # Backward 1 front
  51. - bm19.png
  52. # Backward 1 back
  53. - bm20.png
  54. # Backward 2 front
  55. - bm21.png
  56. # Backward 2 back
  57. - bm22.png