| 1234567891011121314151617181920212223242526 |
- {
- "variations": {
- "default": {
- "Day": {"source": "InvisibleBlock.png", "rect": [0, 0, 16, 16]},
- "Night": {"source": "InvisibleBlock.png", "rect": [16, 0, 16, 16]}
- },
- "Underground": {
- "source": "InvisibleBlock.png",
- "rect": [
- 16.0,
- 0.0,
- 16.0,
- 16.0
- ]
- },
- "Castle": {
- "source": "InvisibleBlock.png",
- "rect": [
- 16.0,
- 0.0,
- 16.0,
- 16.0
- ]
- }
- }
- }
|