Last active
August 29, 2015 14:12
-
-
Save m0r13/83f09303104c9a2d1a04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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