TurnBlock.json 841 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "animations": {
  3. "default": {
  4. "frames": [
  5. [
  6. 0.0,
  7. 0.0,
  8. 16.0,
  9. 16.0
  10. ],
  11. [
  12. 16.0,
  13. 0.0,
  14. 16.0,
  15. 16.0
  16. ],
  17. [
  18. 32.0,
  19. 0.0,
  20. 16.0,
  21. 16.0
  22. ],
  23. [
  24. 48.0,
  25. 0.0,
  26. 16.0,
  27. 16.0
  28. ]
  29. ],
  30. "speed": 10.0,
  31. "loop": true
  32. }
  33. },
  34. "variations": {
  35. "default": {"source": "TurnBlock.png", "rect": [0, 0, 64, 16]},
  36. "Underground": {"source": "TurnBlock.png", "rect": [0, 16, 64, 16]},
  37. "GhostHouse": {"link": "Underground"},
  38. "Castle": {"source": "TurnBlock.png", "rect": [0, 32, 64, 16]},
  39. "Snow": {"source": "TurnBlock.png", "rect": [0, 48, 64, 16]},
  40. "Space": {"source": "TurnBlock.png", "rect": [0, 64, 64, 16]},
  41. "Volcano": {"source": "TurnBlock.png", "rect": [0, 80, 64, 16]},
  42. "Bonus": {"source": "TurnBlock.png", "rect": [0, 96, 64, 16]}
  43. }
  44. }