Skip to content

Instantly share code, notes, and snippets.

@m0r13
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save m0r13/83f09303104c9a2d1a04 to your computer and use it in GitHub Desktop.

Select an option

Save m0r13/83f09303104c9a2d1a04 to your computer and use it in GitHub Desktop.
var CONFIG = {
"maps": {
"exmaple_day_isometric": {
"imageFormat": "png",
"lastRendered": [
1420150312,
1420150312,
1420150312,
1420150312
],
"maxZoom": 7,
"name": "exmaple_day_isometric",
"renderView": "isometric",
"rotations": [
0,
1,
2,
3
],
"textureSize": 16,
"tileOffsets": [
[
0,
0
],
[
0,
0
],
[
0,
0
],
[
0,
0
]
],
"tileSize": 512,
"world": "exmaple",
"worldName": "exmaple"
},
"exmaple_day_topdown": {
"imageFormat": "png",
"lastRendered": [
1420150349,
1420150349,
1420150349,
1420150349
],
"maxZoom": 7,
"name": "exmaple_day_topdown",
"renderView": "topdown",
"rotations": [
0,
1,
2,
3
],
"textureSize": 16,
"tileOffsets": [
[
0,
0
],
[
0,
0
],
[
0,
0
],
[
0,
0
]
],
"tileSize": 256,
"world": "exmaple",
"worldName": "exmaple"
}
},
"maps_order": [
"exmaple_day_topdown",
"exmaple_day_isometric"
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment