Barrel.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "animations": {
  3. "default": {
  4. "frames": [
  5. [0, 0, 16, 16],
  6. [16, 0, 16, 16]
  7. ],
  8. "speed": 15.0,
  9. "loop": true
  10. }
  11. },
  12. "variations": {
  13. "default": {
  14. "source": "Barrel.png",
  15. "rect": [0, 0, 32, 16]
  16. },
  17. "Underground": {
  18. "source": "Barrel.png",
  19. "rect": [32, 0, 32, 16]
  20. },
  21. "GhostHouse": {
  22. "source": "Barrel.png",
  23. "rect": [32, 0, 32, 16]
  24. },
  25. "Castle": {
  26. "source": "Barrel.png",
  27. "rect": [64, 0, 32, 16]
  28. },
  29. "Underwater": {
  30. "source": "Barrel.png",
  31. "rect": [96, 0, 32, 16]
  32. },
  33. "CastleWater": {
  34. "source": "Barrel.png",
  35. "rect": [96, 0, 32, 16]
  36. },
  37. "Desert": {
  38. "source": "Barrel.png",
  39. "rect": [0, 16, 32, 16]
  40. },
  41. "Jungle": {
  42. "source": "Barrel.png",
  43. "rect": [32, 16, 32, 16]
  44. },
  45. "Snow": {
  46. "source": "Barrel.png",
  47. "rect": [64, 16, 32, 16]
  48. },
  49. "Volcano": {
  50. "source": "Barrel.png",
  51. "rect": [96, 16, 32, 16]
  52. },
  53. "Autumn": {
  54. "source": "Barrel.png",
  55. "rect": [0, 32, 32, 16]
  56. },
  57. "Beach": {
  58. "source": "Barrel.png",
  59. "rect": [32, 32, 32, 16]
  60. },
  61. "Mountain": {
  62. "source": "Barrel.png",
  63. "rect": [64, 32, 32, 16]
  64. },
  65. "Space": {
  66. "source": "Barrel.png",
  67. "rect": [96, 32, 32, 16]
  68. },
  69. "Bonus": {
  70. "source": "Barrel.png",
  71. "rect": [0, 48, 32, 16]
  72. }
  73. }
  74. }