| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "version": 1,
- "license": "AGPLv3",
- "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
- "size": {
- "x": 64,
- "y": 64
- },
- "states": [
- {
- "name": "static_engine"
- },
- {
- "name": "static_engine_on",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "hotbulb_static"
- },
- {
- "name": "hotbulb_on",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- }
- ]
- }
|