1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
{
"maps": [
{
"fileName": "099-2.tmx",
"height": 4800,
"width": 4800,
"x": 192,
"y": -2304
},
{
"fileName": "099-1.tmx",
"height": 4800,
"width": 4800,
"x": 5536,
"y": 2912
},
{
"fileName": "099-6.tmx",
"height": 4800,
"width": 4800,
"x": 11168,
"y": -2112
},
{
"fileName": "099-3.tmx",
"height": 4160,
"width": 4800,
"x": 5664,
"y": -2176
},
{
"fileName": "099-8.tmx",
"height": 12896,
"width": 12896,
"x": -11776,
"y": 9408
},
{
"fileName": "099-4.tmx",
"height": 3200,
"width": 3200,
"x": 6240,
"y": -6880
},
{
"fileName": "099-5.tmx",
"height": 3200,
"width": 3200,
"x": 8800,
"y": -9312
},
{
"fileName": "099-7.tmx",
"height": 4480,
"width": 4480,
"x": 14176,
"y": 9312
}
],
"onlyShowAdjacentMaps": false,
"type": "world"
}
|