diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-10 13:44:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-10 13:44:11 -0300 |
commit | 67e2ace5aea8f9b798289d1413a25fcb34dbaa9b (patch) | |
tree | b28d35bb65c1f4d9372ae6788bc306fbcc903208 /maps/.world | |
parent | 59fa7b48ba0a47a7a3eaf8a0964b1865b5223673 (diff) | |
download | clientdata-67e2ace5aea8f9b798289d1413a25fcb34dbaa9b.tar.gz clientdata-67e2ace5aea8f9b798289d1413a25fcb34dbaa9b.tar.bz2 clientdata-67e2ace5aea8f9b798289d1413a25fcb34dbaa9b.tar.xz clientdata-67e2ace5aea8f9b798289d1413a25fcb34dbaa9b.zip |
Template
Diffstat (limited to 'maps/.world')
-rw-r--r-- | maps/.world | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/maps/.world b/maps/.world new file mode 100644 index 00000000..c979cad1 --- /dev/null +++ b/maps/.world @@ -0,0 +1,25 @@ +{ + "maps": [ + { + "fileName": "003-1.tmx", + "x": 0, + "y": 0 + }, + { + "fileName": "004-1.tmx", + "x": 0, + "y": 5760 + }, + { + "fileName": "004-2.tmx", + "x": 4480, + "y": 5760 + }, + { + "fileName": "010-1.tmx", + "x": 5120, + "y": 1280 + } + ], + "type": "world" +} |