RedPiranhaPlant.json 479 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "animations": {
  3. "default": {
  4. "frames": [
  5. [
  6. 0.0,
  7. 0.0,
  8. 16.0,
  9. 24.0
  10. ],
  11. [
  12. 16.0,
  13. 0.0,
  14. 16.0,
  15. 24.0
  16. ]
  17. ],
  18. "speed": 10.0,
  19. "loop": true
  20. }
  21. },
  22. "variations": {
  23. "default": {
  24. "SMB1": {
  25. "source": "PiranhaPlant.png",
  26. "rect": [
  27. 32.0,
  28. 48.0,
  29. 32.0,
  30. 24.0
  31. ]
  32. },
  33. "SMBANN": {
  34. "source": "DiscoPiranha.png",
  35. "rect": [
  36. 32.0,
  37. 48.0,
  38. 32.0,
  39. 24.0
  40. ]
  41. }
  42. }
  43. }
  44. }