| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "version": 1,
- "license": "AGPLv3",
- "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
- "size": {
- "x": 64,
- "y": 32
- },
- "states": [
- {
- "name": "elevator_door"
- },
- {
- "name": "elevator_dooropen"
- },
- {
- "name": "elevator_dooropening",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "elevator_doorclosing",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- }
- ]
- }
|