ghostflame.sprite 315 B

1234567891011121314151617
  1. (supertux-sprite
  2. (action
  3. (hitbox 0.2 0.2 31.6 31.6)
  4. (name "normal")
  5. (images "ghostflame-0.png"
  6. "ghostflame-1.png"
  7. "ghostflame-2.png"
  8. "ghostflame-3.png"
  9. "ghostflame-4.png"))
  10. (action
  11. (hitbox 96 96 127.8 31.8)
  12. (name "editor")
  13. (images "ghostflame-editor.png"))
  14. )