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
|
{
"Map/SizeTest": {
"height": 4300,
"width": 2
},
"activeFile": "assets/untitled.tmx",
"expandedProjectPaths": [
"assets",
"."
],
"fileStates": {
"assets/tileset_colored.tsx": {
"scaleInDock": 1.5,
"scaleInEditor": 1
},
"assets/untitled.tmx": {
"scale": 2.09,
"selectedLayer": 0,
"viewCenter": {
"x": 240.19138755980865,
"y": 160.04784688995215
}
}
},
"map.height": 30,
"map.lastUsedFormat": "tmx",
"map.tileHeight": 16,
"map.tileWidth": 16,
"map.width": 40,
"openFiles": [
"assets/tileset_colored.tsx",
"assets/untitled.tmx"
],
"project": "untitled.tiled-project",
"recentFiles": [
"assets/tileset_colored.tsx",
"assets/untitled.tmx"
]
}
|