Firework.json 260 B

123456789101112131415161718
  1. {
  2. "animations": {
  3. "default": {
  4. "frames": [
  5. [0, 0, 18, 18],
  6. [18, 0, 18, 18],
  7. [36, 0, 18, 18],
  8. [54, 0, 18, 18],
  9. [0, 0, 1, 1]
  10. ],
  11. "speed": 30.0,
  12. "loop": false
  13. }
  14. },
  15. "variations": {
  16. "default": {"source": "Firework.png"}
  17. }
  18. }