diff options
author | gumi <git@gumi.ca> | 2018-07-08 14:20:12 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-08 14:20:14 -0400 |
commit | 53fb706ccca393be77f45b083889e2e328d06f27 (patch) | |
tree | c91774b1aef75bdbfc44307deaf95c999d978931 | |
parent | 374e9d4d7eed33413bba828fb3c37fd1d1d6a11d (diff) | |
download | clientdata-s20180713.tar.gz clientdata-s20180713.tar.bz2 clientdata-s20180713.tar.xz clientdata-s20180713.zip |
stitch west woodland and east woorland togethers20180713
https://thorbjorn.itch.io/tiled/devlog/35054/d
http://docs.mapeditor.org/en/latest/manual/worlds
-rw-r--r-- | maps/worlds/woodland.world | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/maps/worlds/woodland.world b/maps/worlds/woodland.world new file mode 100644 index 00000000..1fb40ac1 --- /dev/null +++ b/maps/worlds/woodland.world @@ -0,0 +1,15 @@ +{ + "maps": [ + { + "fileName": "../008-1-1.tmx", + "x": 0, + "y": 0 + }, + { + "fileName": "../008-1.tmx", + "x": 7328, + "y": 0 + } + ], + "type": "world" +} |