HammerItem.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "variations": {
  3. "default": {
  4. "source": "SPItems.png",
  5. "rect": [
  6. 0.0,
  7. 0.0,
  8. 16.0,
  9. 16.0
  10. ]
  11. },
  12. "Underground": {
  13. "source": "SPItems.png",
  14. "rect": [
  15. 32.0,
  16. 0.0,
  17. 16.0,
  18. 16.0
  19. ]
  20. },
  21. "GhostHouse": {
  22. "link": "Underground"
  23. },
  24. "Castle": {
  25. "source": "SPItems.png",
  26. "rect": [
  27. 64.0,
  28. 0.0,
  29. 16.0,
  30. 16.0
  31. ]
  32. },
  33. "Underwater": {
  34. "source": "SPItems.png",
  35. "rect": [
  36. 96.0,
  37. 0.0,
  38. 16.0,
  39. 16.0
  40. ]
  41. },
  42. "Desert": {
  43. "source": "SPItems.png",
  44. "rect": [
  45. 0.0,
  46. 16.0,
  47. 16.0,
  48. 16.0
  49. ]
  50. },
  51. "Jungle": {
  52. "source": "SPItems.png",
  53. "rect": [
  54. 32.0,
  55. 16.0,
  56. 16.0,
  57. 16.0
  58. ]
  59. },
  60. "Snow": {
  61. "source": "SPItems.png",
  62. "rect": [
  63. 64.0,
  64. 16.0,
  65. 16.0,
  66. 16.0
  67. ]
  68. },
  69. "Volcano": {
  70. "source": "SPItems.png",
  71. "rect": [
  72. 96.0,
  73. 16.0,
  74. 16.0,
  75. 16.0
  76. ]
  77. },
  78. "Autumn": {
  79. "source": "SPItems.png",
  80. "rect": [
  81. 0.0,
  82. 32.0,
  83. 16.0,
  84. 16.0
  85. ]
  86. },
  87. "Beach": {
  88. "source": "SPItems.png",
  89. "rect": [
  90. 32.0,
  91. 32.0,
  92. 16.0,
  93. 16.0
  94. ]
  95. },
  96. "Mountain": {
  97. "source": "SPItems.png",
  98. "rect": [
  99. 64.0,
  100. 32.0,
  101. 16.0,
  102. 16.0
  103. ]
  104. },
  105. "Space": {
  106. "source": "SPItems.png",
  107. "rect": [
  108. 96.0,
  109. 32.0,
  110. 16.0,
  111. 16.0
  112. ]
  113. },
  114. "Bonus": {
  115. "source": "SPItems.png",
  116. "rect": [
  117. 0.0,
  118. 48.0,
  119. 16.0,
  120. 16.0
  121. ]
  122. }
  123. }
  124. }