12345678910111213141516171819 |
- {
- "room": {
- "width": 64,
- "height": 720,
- "center": {
- "x": 32,
- "y": 22
- },
- "tileSize": {
- "width": 16,
- "height": 16
- }
- },
- "backgroundRegions": [
- {"x": 0, "y": 0, "width": 64, "height": 45, "color": "#808080"},
- {"x": 32, "y": 21, "width": 5, "height": 4, "color": "#464646"}
- ],
- "backgroundTiles": {}
- }
|