QuestionBlock.json 957 B

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