split.csv 559 B

1234567891011121314151617181920212223242526
  1. # Split Universal LPC sprite sheet into separate files
  2. #
  3. # Usage:
  4. # sprsheet split.csv prefix input.png
  5. #
  6. # will save (prefix)_cast.png, (prefix)_thrust.png, (prefix)_walk.png, ...etc
  7. # cast animation (7 frames)
  8. 448,256,0,0,0,0,0,,cast
  9. # thrust animation (8 frames)
  10. 512,256,0,256,0,0,0,,thrust
  11. # idle+walk animation (1+8 frames)
  12. 576,256,0,512,0,0,0,,walk
  13. # slash animation (6 frames)
  14. 384,256,0,768,0,0,0,,slash
  15. # bowing animation (13 frames)
  16. 832,256,0,1024,0,0,0,,bowing
  17. # hurt animation (6 frames)
  18. 384,64,0,1280,0,0,0,,hurt