-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
109 lines (109 loc) · 1.76 KB
/
Copy pathconfig.js
File metadata and controls
109 lines (109 loc) · 1.76 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
var CONFIG = {
"maps": {
"Cidade_Principal": {
"defaultView": [
127,
257,
64
],
"defaultZoom": 8,
"imageFormat": "png",
"lastRendered": [
1568679654,
0,
1568679654,
0
],
"maxZoom": 10,
"name": "Cidade_Principal",
"renderView": "isometric",
"rotations": [
0,
2
],
"textureSize": 12,
"tileSetGroup": "survival1_isometric_t1",
"tileSize": [
384,
384
],
"world": "survival1",
"worldName": "survival1",
"worldSeaLevel": 64
},
"Mina_do_Kenaj": {
"imageFormat": "png",
"lastRendered": [
1567824014,
0,
0,
0
],
"maxZoom": 5,
"name": "Mina_do_Kenaj",
"renderView": "isometric",
"rotations": [
0
],
"textureSize": 12,
"tileSetGroup": "survival2_isometric_t1",
"tileSize": [
384,
384
],
"world": "survival2",
"worldName": "survival2",
"worldSeaLevel": 64
}
},
"mapsOrder": [
"Cidade_Principal",
"Mina_do_Kenaj"
],
"tileSetGroups": {
"survival1_isometric_t1": {
"maxZoom": 10,
"tileOffsets": [
[
0,
0
],
[
0,
0
],
[
0,
0
],
[
0,
0
]
],
"tileWidth": 1
},
"survival2_isometric_t1": {
"maxZoom": 5,
"tileOffsets": [
[
15,
-13
],
[
0,
0
],
[
0,
0
],
[
0,
0
]
],
"tileWidth": 1
}
}
};