diff options
author | Reid <reidyaro@gmail.com> | 2014-07-27 20:28:27 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-07-27 20:28:27 +0200 |
commit | c77e5f840bd2e33e2a0c8022d2a2bb0c6f437425 (patch) | |
tree | 07435d2cd94559648e798b18a170acd2a3ec97f9 /maps/001-2-2.tmx | |
parent | 0539903e44d1781ac6f7b217cd54bd9946c9a0e9 (diff) | |
download | clientdata-c77e5f840bd2e33e2a0c8022d2a2bb0c6f437425.tar.gz clientdata-c77e5f840bd2e33e2a0c8022d2a2bb0c6f437425.tar.bz2 clientdata-c77e5f840bd2e33e2a0c8022d2a2bb0c6f437425.tar.xz clientdata-c77e5f840bd2e33e2a0c8022d2a2bb0c6f437425.zip |
Add version 2 in indoor map.
Diffstat (limited to 'maps/001-2-2.tmx')
-rw-r--r-- | maps/001-2-2.tmx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/maps/001-2-2.tmx b/maps/001-2-2.tmx index 38fc2743..66ea5484 100644 --- a/maps/001-2-2.tmx +++ b/maps/001-2-2.tmx @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="70" height="66" tilewidth="32" tileheight="32"> + <properties> + <property name="manaplus version" value="2"/> + </properties> <tileset firstgid="1" name="Indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/artis-indoor.png" width="512" height="512"/> </tileset> |