meta.json 488 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Created by Peptide90 for SS14",
  5. "size": {
  6. "x": 64,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "television_wall"
  12. },
  13. {
  14. "name": "television_wall_off"
  15. },
  16. {
  17. "name": "television_wallbroken"
  18. },
  19. {
  20. "name": "television_wallscreen",
  21. "delays": [
  22. [
  23. 0.7,
  24. 0.7,
  25. 0.7,
  26. 0.7,
  27. 0.7,
  28. 0.7
  29. ]
  30. ]
  31. }
  32. ]
  33. }