Podoboo.json 315 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "properties":
  3. {
  4. "play_sfx": false
  5. },
  6. "animations": {
  7. "default": {
  8. "frames": [
  9. [
  10. 0.0,
  11. 0.0,
  12. 16.0,
  13. 16.0
  14. ]
  15. ],
  16. "speed": 5.0,
  17. "loop": true
  18. }
  19. },
  20. "variations": {
  21. "default": {
  22. "source": "Podoboo.png",
  23. "rect": [
  24. 0.0,
  25. 0.0,
  26. 16.0,
  27. 16.0
  28. ]
  29. }
  30. }
  31. }