Pieman7373

dungeon convimg.yaml

Jun 2nd, 2021 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. converts:
  2. - name: dungeon_gfx
  3. palette: xlibc
  4. transparent-color-index: 248
  5. images:
  6. - mainmenulogo.png
  7. - player_naked_*
  8. - leather_*
  9. - chain_*
  10. - steel_*
  11. - dragon_*
  12. - fist
  13. - club*
  14. - iron_*
  15. - no_item
  16. - tombstone
  17. - pot
  18. - health*
  19. - attack_*
  20. - arrow*
  21. - bow_*
  22. - potion_*
  23. - slime_*
  24. - bokoblin_*
  25. - knight_*
  26. - money*
  27. - relic*
  28. - player_arrow_*
  29. - menuarrow*
  30. - menuskull
  31.  
  32. - name: tiles_gfx
  33. palette: xlibc
  34. tilesets:
  35. tile-width: 32
  36. tile-height: 32
  37. images:
  38. - tileset.png
  39.  
  40.  
  41. outputs:
  42. - type: c
  43. include-file: dungeon_gfx.h
  44. palettes:
  45. - xlibc
  46. converts:
  47. - dungeon_gfx
  48.  
  49. - type: appvar
  50. name: dungeon
  51. include-file: dungeon.h
  52. source-format: c
  53. palettes:
  54. - xlibc
  55. converts:
  56. - dungeon_gfx
  57.  
  58.  
Add Comment
Please, Sign In to add comment