PiranhaPlant.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "animations": {
  3. "default": {
  4. "frames": [
  5. [
  6. 0.0,
  7. 0.0,
  8. 16.0,
  9. 24.0
  10. ],
  11. [
  12. 16.0,
  13. 0.0,
  14. 16.0,
  15. 24.0
  16. ]
  17. ],
  18. "speed": 5.0,
  19. "loop": true
  20. }
  21. },
  22. "variations": {
  23. "default": {
  24. "SMB1": {
  25. "source": "PiranhaPlant.png",
  26. "rect": [
  27. 0.0,
  28. 0.0,
  29. 32.0,
  30. 24.0
  31. ]
  32. },
  33. "SMBANN": {
  34. "source": "DiscoPiranha.png",
  35. "rect": [
  36. 0.0,
  37. 0.0,
  38. 32.0,
  39. 24.0
  40. ]
  41. }
  42. },
  43. "Underground": {
  44. "SMB1": {
  45. "source": "PiranhaPlant.png",
  46. "rect": [
  47. 32.0,
  48. 0.0,
  49. 32.0,
  50. 24.0
  51. ]
  52. },
  53. "SMBANN": {
  54. "source": "DiscoPiranha.png",
  55. "rect": [
  56. 32.0,
  57. 0.0,
  58. 32.0,
  59. 24.0
  60. ]
  61. }
  62. },
  63. "Castle": {
  64. "link": "Underground"
  65. },
  66. "GhostHouse": {
  67. "link": "Underground"
  68. },
  69. "Snow": {
  70. "SMB1": {
  71. "source": "PiranhaPlant.png",
  72. "rect": [
  73. 0.0,
  74. 24.0,
  75. 32.0,
  76. 24.0
  77. ]
  78. },
  79. "SMBANN": {
  80. "source": "DiscoPiranha.png",
  81. "rect": [
  82. 0.0,
  83. 24.0,
  84. 32.0,
  85. 24.0
  86. ]
  87. }
  88. },
  89. "Space": {
  90. "SMB1": {
  91. "source": "PiranhaPlant.png",
  92. "rect": [
  93. 32.0,
  94. 24.0,
  95. 32.0,
  96. 24.0
  97. ]
  98. },
  99. "SMBANN": {
  100. "source": "DiscoPiranha.png",
  101. "rect": [
  102. 32.0,
  103. 24.0,
  104. 32.0,
  105. 24.0
  106. ]
  107. }
  108. },
  109. "Volcano": {
  110. "SMB1": {
  111. "source": "PiranhaPlant.png",
  112. "rect": [
  113. 64.0,
  114. 24.0,
  115. 32.0,
  116. 24.0
  117. ]
  118. },
  119. "SMBANN": {
  120. "source": "DiscoPiranha.png",
  121. "rect": [
  122. 64.0,
  123. 24.0,
  124. 32.0,
  125. 24.0
  126. ]
  127. }
  128. },
  129. "Bonus": {
  130. "SMB1": {
  131. "source": "PiranhaPlant.png",
  132. "rect": [
  133. 0.0,
  134. 48.0,
  135. 32.0,
  136. 24.0
  137. ]
  138. },
  139. "SMBANN": {
  140. "source": "DiscoPiranha.png",
  141. "rect": [
  142. 0.0,
  143. 48.0,
  144. 32.0,
  145. 24.0
  146. ]
  147. }
  148. }
  149. }
  150. }