light.sprite 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. (supertux-sprite
  2. (action
  3. (name "grow-right")
  4. (images "../../objects/bonus_block/invisible.png"))
  5. (action
  6. (name "grow-left")
  7. (mirror-action "grow-right"))
  8. ; Earth Tux
  9. (action
  10. (name "earth-walk-right")
  11. (hitbox 516 134 32 64)
  12. (images "earth/light/stand.png"))
  13. (action
  14. (name "earth-walk-left")
  15. (hitbox 516 134 32 64)
  16. (mirror-action "earth-walk-right"))
  17. (action
  18. (name "earth-stand-right")
  19. (hitbox 516 134 32 64)
  20. (images "earth/light/stand.png"))
  21. (action
  22. (name "earth-stand-left")
  23. (hitbox 516 134 32 64)
  24. (mirror-action "earth-stand-right"))
  25. (action
  26. (name "earth-jump-right")
  27. (hitbox 516 134 32 64)
  28. (images "earth/light/stand.png"))
  29. (action
  30. (name "earth-jump-left")
  31. (hitbox 516 134 32 64)
  32. (mirror-action "earth-jump-right"))
  33. (action
  34. (name "earth-fall-right")
  35. (hitbox 516 134 32 64)
  36. (images "earth/light/stand.png"))
  37. (action
  38. (name "earth-fall-left")
  39. (hitbox 516 134 32 64)
  40. (mirror-action "earth-jump-right"))
  41. (action
  42. (name "earth-skid-right")
  43. (hitbox 516 514 32 64)
  44. (images "earth/light/skid.png"))
  45. (action
  46. (name "earth-skid-left")
  47. (hitbox 516 514 32 64)
  48. (mirror-action "earth-skid-right"))
  49. (action
  50. (name "earth-kick-right")
  51. (hitbox 516 134 32 64)
  52. (images "earth/light/stand.png"))
  53. (action
  54. (name "earth-kick-left")
  55. (hitbox 516 134 32 64)
  56. (mirror-action "earth-kick-right"))
  57. (action
  58. (name "earth-idle-right")
  59. (hitbox 516 134 32 64)
  60. (images "earth/light/stand.png"))
  61. (action
  62. (name "earth-idle-left")
  63. (hitbox 516 134 32 64)
  64. (mirror-action "earth-idle-right"))
  65. (action
  66. (name "earth-climbing-right")
  67. (hitbox 522 141 32 64)
  68. (images "earth/light/stand.png"))
  69. (action
  70. (name "earth-climbing-left")
  71. (hitbox 522 141 32 64)
  72. (mirror-action "earth-climbing-right"))
  73. (action
  74. (name "earth-duck-right")
  75. (hitbox 516 134 32 64)
  76. (images "earth/light/duck.png"))
  77. (action
  78. (name "earth-duck-left")
  79. (hitbox 516 134 32 64)
  80. (mirror-action "earth-duck-right"))
  81. (action
  82. (name "earth-backflip-right")
  83. (hitbox 516 537 32 32)
  84. (images "earth/light/backflip.png"))
  85. (action
  86. (name "earth-backflip-left")
  87. (hitbox 516 537 32 32)
  88. (mirror-action "earth-backflip-right"))
  89. (action
  90. (name "earth-buttjump-right")
  91. (hitbox 516 134 32 64)
  92. (images "earth/light/stand.png"))
  93. (action
  94. (name "earth-buttjump-left")
  95. (hitbox 516 134 32 64)
  96. (mirror-action "earth-buttjump-right"))
  97. )