diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2019-10-23 17:05:00 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2019-10-23 17:05:00 +0200 |
commit | 8ae4ecd6fcc89c614194ef7273cbc56e68bab99b (patch) | |
tree | 1d3d0ceb376891e304815adfc74e01bdbdf90a31 | |
parent | 6cf63260f7917c1ad0fd0549f2e33e9ebb0f95b4 (diff) | |
download | clientdata-8ae4ecd6fcc89c614194ef7273cbc56e68bab99b.tar.gz clientdata-8ae4ecd6fcc89c614194ef7273cbc56e68bab99b.tar.bz2 clientdata-8ae4ecd6fcc89c614194ef7273cbc56e68bab99b.tar.xz clientdata-8ae4ecd6fcc89c614194ef7273cbc56e68bab99b.zip |
Added initial World file for part of the outside 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" +} |