ghosttree-glow.sprite 358 B

123456789101112131415161718192021
  1. (supertux-sprite
  2. (action
  3. (name "default")
  4. (hitbox 230 300 40 60)
  5. (images
  6. "ghosttree-glow.png"
  7. )
  8. )
  9. (action
  10. (name "dying")
  11. (hitbox 230 300 40 60)
  12. (fps 4)
  13. (images
  14. "ghosttree-glow-dying-0.png"
  15. "ghosttree-glow-dying-0.png"
  16. "ghosttree-glow-dying-0.png"
  17. "ghosttree-glow-dying-0.png"
  18. )
  19. )
  20. )