firefly.sprite 347 B

1234567891011121314151617181920212223242526272829
  1. (supertux-sprite
  2. (action
  3. (name "normal")
  4. (hitbox 0 0 0 0)
  5. (fps 1)
  6. (images "sleep-1.png"
  7. "sleep-1.png"
  8. "sleep-1.png"
  9. "sleep-1.png"
  10. "sleep-1.png"
  11. "sleep-1.png"
  12. "sleep-2.png"
  13. )
  14. )
  15. (action
  16. (name "ringing")
  17. (hitbox 0 32 0 0)
  18. (fps 7)
  19. (images
  20. "firefly2.png"
  21. "firefly3.png"
  22. "firefly4.png"
  23. "firefly5.png"
  24. "firefly6.png"
  25. )
  26. )
  27. )