diff options
author | gumi <git@gumi.ca> | 2018-03-25 14:25:07 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-03-25 14:25:07 -0400 |
commit | 07b435196bb7f1c87247e5343186ebad078dac9d (patch) | |
tree | 62e17bfdd49c39c0330ae2758184a78b0858e194 /maps/000-0.tmx | |
parent | d3e53c2d5aa770799c4fcc974f694e6b371a3d79 (diff) | |
download | clientdata-07b435196bb7f1c87247e5343186ebad078dac9d.tar.gz clientdata-07b435196bb7f1c87247e5343186ebad078dac9d.tar.bz2 clientdata-07b435196bb7f1c87247e5343186ebad078dac9d.tar.xz clientdata-07b435196bb7f1c87247e5343186ebad078dac9d.zip |
add map anchors for Drasil Islands20180406
Diffstat (limited to 'maps/000-0.tmx')
-rw-r--r-- | maps/000-0.tmx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/maps/000-0.tmx b/maps/000-0.tmx index 3e5fbc4d..0de0c42e 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="47" height="47" tilewidth="32" tileheight="32" nextobjectid="3"> +<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="47" height="47" tilewidth="32" tileheight="32" infinite="0" nextobjectid="4"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> @@ -341,4 +341,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> + <objectgroup name="Objects"> + <object id="3" name="^START|^BEGIN" type="anchor" x="704" y="768" width="32" height="32"/> + </objectgroup> </map> |