meta.json 518 B

12345678910111213141516171819202122232425262728
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from Colonial Marines at commit https://gitlab.com/cmdevs/colonial-warfare/-/commit/f6b3c61fcbfe73a3f0f92edd5fc441ef845017e5 Sprites centered by metalgearsloth",
  5. "size": {
  6. "x": 64,
  7. "y": 64
  8. },
  9. "states": [
  10. {
  11. "name": "running",
  12. "directions": 4
  13. },
  14. {
  15. "name": "walking",
  16. "directions": 4
  17. },
  18. {
  19. "name": "dead"
  20. },
  21. {
  22. "name": "sleeping"
  23. },
  24. {
  25. "name": "crit"
  26. }
  27. ]
  28. }