Pokey.json 392 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "animations": {
  3. "Body": {
  4. "frames": [
  5. [
  6. 32.0,
  7. 0.0,
  8. 32.0,
  9. 32.0
  10. ]
  11. ],
  12. "speed": 5.0,
  13. "loop": true
  14. },
  15. "Head": {
  16. "frames": [
  17. [
  18. 0.0,
  19. 0.0,
  20. 32.0,
  21. 32.0
  22. ]
  23. ],
  24. "speed": 5.0,
  25. "loop": true
  26. }
  27. },
  28. "variations": {
  29. "default": {
  30. "source": "Pokey.png",
  31. "rect": [
  32. 0.0,
  33. 0.0,
  34. 64.0,
  35. 32.0
  36. ]
  37. }
  38. }
  39. }