1
0

meta.json 532 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 64,
  7. "y": 64
  8. },
  9. "states": [
  10. {
  11. "name": "static_engine"
  12. },
  13. {
  14. "name": "static_engine_on",
  15. "delays": [
  16. [
  17. 0.1,
  18. 0.1,
  19. 0.1
  20. ]
  21. ]
  22. },
  23. {
  24. "name": "hotbulb_static"
  25. },
  26. {
  27. "name": "hotbulb_on",
  28. "delays": [
  29. [
  30. 0.1,
  31. 0.1,
  32. 0.1
  33. ]
  34. ]
  35. }
  36. ]
  37. }