StarMan.json 691 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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": 15.0,
  31. "loop": true
  32. }
  33. },
  34. "variations": {
  35. "default": {
  36. "SMB1": {
  37. "source": "SuperStar.png",
  38. "rect": [
  39. 0.0,
  40. 0.0,
  41. 64.0,
  42. 16.0
  43. ]
  44. },
  45. "SMBS": {
  46. "source": "SuperStar.png",
  47. "rect": [
  48. 0.0,
  49. 16.0,
  50. 64.0,
  51. 16.0
  52. ]
  53. },
  54. "SMBANN": {
  55. "source": "DiscoStar.png",
  56. "rect": [
  57. 0.0,
  58. 0.0,
  59. 64.0,
  60. 16.0
  61. ]
  62. }
  63. }
  64. }
  65. }