diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:00:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:00:18 -0300 |
commit | 20a6d24fc4251d4dcdf63b3229efde5e1925af1f (patch) | |
tree | 426545251122d8a717a94059c5cdaa5e391d945d | |
parent | e288cd3e8a2e9e099da690f783c266a5e362aafe (diff) | |
download | clientdata-20a6d24fc4251d4dcdf63b3229efde5e1925af1f.tar.gz clientdata-20a6d24fc4251d4dcdf63b3229efde5e1925af1f.tar.bz2 clientdata-20a6d24fc4251d4dcdf63b3229efde5e1925af1f.tar.xz clientdata-20a6d24fc4251d4dcdf63b3229efde5e1925af1f.zip |
Fix typo
-rw-r--r-- | maps/003-2.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/003-2.tmx b/maps/003-2.tmx index 6c33604c..e491821b 100644 --- a/maps/003-2.tmx +++ b/maps/003-2.tmx @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="34"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="34"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/003-2.png"/> <property name="music" value="peace.ogg"/> - <property name="name" value="Tulimshar Guild "/> + <property name="name" value="Tulimshar Guild"/> </properties> <tileset firstgid="1" name="Collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="96"/> |