boat.sprite 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. (supertux-sprite
  2. (action
  3. (hitbox 6 41 0 0)
  4. (name "empty")
  5. (images
  6. "boat_empty.png"
  7. )
  8. )
  9. (action
  10. (hitbox 6 41 0 0)
  11. (name "small-stop")
  12. (fps 5)
  13. (images
  14. "boat_1.png"
  15. "boat_0.png"
  16. )
  17. )
  18. (action
  19. (hitbox 6 41 0 0)
  20. (name "small-walking")
  21. (fps 5)
  22. (images
  23. "boat_1.png"
  24. "boat_0.png"
  25. )
  26. )
  27. (action
  28. (hitbox 6 41 0 0)
  29. (name "fire-stop")
  30. (fps 5)
  31. (images
  32. "boat_1_fire.png"
  33. "boat_0_fire.png"
  34. )
  35. )
  36. (action
  37. (hitbox 6 41 0 0)
  38. (name "fire-walking")
  39. (fps 5)
  40. (images
  41. "boat_1_fire.png"
  42. "boat_0_fire.png"
  43. )
  44. )
  45. (action
  46. (hitbox 6 41 0 0)
  47. (name "large-stop")
  48. (fps 5)
  49. (images
  50. "boat_1.png"
  51. "boat_0.png"
  52. )
  53. )
  54. (action
  55. (hitbox 6 41 0 0)
  56. (name "large-walking")
  57. (fps 5)
  58. (images
  59. "boat_1.png"
  60. "boat_0.png"
  61. )
  62. )
  63. (action
  64. (hitbox 6 41 0 0)
  65. (name "ice-stop")
  66. (fps 5)
  67. (images
  68. "boat_1_ice.png"
  69. "boat_0_ice.png"
  70. )
  71. )
  72. (action
  73. (hitbox 6 41 0 0)
  74. (name "ice-walking")
  75. (fps 5)
  76. (images
  77. "boat_1_ice.png"
  78. "boat_0_ice.png"
  79. )
  80. )
  81. )