Vine.json 774 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "variations": {
  3. "default": {
  4. "source": "Vine.png",
  5. "rect": [
  6. 0.0,
  7. 0.0,
  8. 16.0,
  9. 32.0
  10. ]
  11. },
  12. "Underground": {
  13. "source": "Vine.png",
  14. "rect": [
  15. 16.0,
  16. 0.0,
  17. 16.0,
  18. 32.0
  19. ]
  20. },
  21. "GhostHouse": {
  22. "link": "Underground"
  23. },
  24. "Castle": {
  25. "source": "Vine.png",
  26. "rect": [
  27. 32.0,
  28. 0.0,
  29. 16.0,
  30. 32.0
  31. ]
  32. },
  33. "Snow": {
  34. "source": "Vine.png",
  35. "rect": [
  36. 0.0,
  37. 32.0,
  38. 16.0,
  39. 32.0
  40. ]
  41. },
  42. "Space": {
  43. "source": "Vine.png",
  44. "rect": [
  45. 16.0,
  46. 32.0,
  47. 16.0,
  48. 32.0
  49. ]
  50. },
  51. "Volcano": {
  52. "source": "Vine.png",
  53. "rect": [
  54. 32.0,
  55. 32.0,
  56. 16.0,
  57. 32.0
  58. ]
  59. },
  60. "Bonus": {
  61. "source": "Vine.png",
  62. "rect": [
  63. 0.0,
  64. 64.0,
  65. 16.0,
  66. 32.0
  67. ]
  68. }
  69. }
  70. }