diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-23 12:20:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 12:20:21 -0300 |
commit | 612b046687f37c5ebc3823963955d797c8aae0be (patch) | |
tree | 931ecfa37f2e16d523ffc7d5ea49a86862d4c538 /maps | |
parent | 7937391f188a6d300385a65ef44aacba24c22d71 (diff) | |
parent | 8ae4ecd6fcc89c614194ef7273cbc56e68bab99b (diff) | |
download | clientdata-612b046687f37c5ebc3823963955d797c8aae0be.tar.gz clientdata-612b046687f37c5ebc3823963955d797c8aae0be.tar.bz2 clientdata-612b046687f37c5ebc3823963955d797c8aae0be.tar.xz clientdata-612b046687f37c5ebc3823963955d797c8aae0be.zip |
Merge pull request #360 from bjorn/tiled-world-file
Added initial World file for part of the outside maps
Diffstat (limited to 'maps')
-rw-r--r-- | maps/1.world | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/maps/1.world b/maps/1.world new file mode 100644 index 00000000..5a0c4de1 --- /dev/null +++ b/maps/1.world @@ -0,0 +1,80 @@ +{ + "maps": [ + { + "fileName": "001-1.tmx", + "x": 0, + "y": 0 + }, + { + "fileName": "002-1.tmx", + "x": 0, + "y": 3200 + }, + { + "fileName": "006-1.tmx", + "x": 3840, + "y": 4704 + }, + { + "fileName": "007-1.tmx", + "x": -7040, + "y": 1760 + }, + { + "fileName": "008-1.tmx", + "x": -7360, + "y": -800 + }, + { + "fileName": "009-1.tmx", + "x": -6400, + "y": 0 + }, + { + "fileName": "010-1.tmx", + "x": -10560, + "y": 1760 + }, + { + "fileName": "011-1.tmx", + "x": -10560, + "y": -800 + }, + { + "fileName": "014-1.tmx", + "x": -13152, + "y": -1760 + }, + { + "fileName": "015-1.tmx", + "x": -13120, + "y": 1760 + }, + { + "fileName": "016-1.tmx", + "x": -10560, + "y": 4544 + }, + { + "fileName": "018-1.tmx", + "x": -7360, + "y": -3392 + }, + { + "fileName": "025-1.tmx", + "x": -14112, + "y": 4384 + }, + { + "fileName": "026-1.tmx", + "x": -17632, + "y": 4384 + }, + { + "fileName": "027-1.tmx", + "x": -17632, + "y": 1504 + } + ], + "type": "world" +} |