diff options
author | Reid <reidyaro@gmail.com> | 2016-02-22 01:20:13 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-22 01:20:13 +0100 |
commit | 53135d025afdbf8066c93f20ea0739abd1730ffd (patch) | |
tree | 50bc60885a78b9a588f52e3a1ac5848e4f47dd4f /maps/001-2-13.tmx | |
parent | 2255ea3b0f822ceb19bbc6b82ea2b0d2563e62af (diff) | |
download | clientdata-53135d025afdbf8066c93f20ea0739abd1730ffd.tar.gz clientdata-53135d025afdbf8066c93f20ea0739abd1730ffd.tar.bz2 clientdata-53135d025afdbf8066c93f20ea0739abd1730ffd.tar.xz clientdata-53135d025afdbf8066c93f20ea0739abd1730ffd.zip |
Set a gray background by default on every indoor maps, uncheck the object, height and collision layer for a better view of the map and change the size of some maps.
Diffstat (limited to 'maps/001-2-13.tmx')
-rw-r--r-- | maps/001-2-13.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/001-2-13.tmx b/maps/001-2-13.tmx index 2207dbde..5d9744d1 100644 --- a/maps/001-2-13.tmx +++ b/maps/001-2-13.tmx @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="66" height="62" tilewidth="32" tileheight="32" backgroundcolor="#000000" nextobjectid="2"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="66" height="62" tilewidth="32" tileheight="32" backgroundcolor="#a0a0a0" nextobjectid="2"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/001-2-2.png"/> + <property name="minimap" value="graphics/minimaps/001-2-13.png"/> <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value=""/> </properties> @@ -61,12 +61,12 @@ eJzt0cEKgkAUBdAh2kofYLlzrZv+qz/rF3NQUSIRawhGz4EHs7g8eHdCAAAAAAAAACAqEu6qEu76t/ceLufvd+2ph1/oobfnHppubsO0K9mceyjD8n2xg2s3j2GWss/TlM1ZvG/883r2/nTXlmyOxj+/z94pskehBwAAAAAAgGN7AYEeCqs= </data> </layer> - <layer name="Collision" width="66" height="62"> + <layer name="Collision" width="66" height="62" visible="0"> <data encoding="base64" compression="zlib"> eJzt0zEKgDAMBdCC979qoTdwseJQsUoxUl/gbRmST5KXlDIAAAAAAAAAu2NFz/KVHO5kMlt2ZXOVSa3S6Ive4Y276Kno2Ufu/iST2hu9R3QOs91D6+f/mEPPbjPncHYTPb3RcwMAAAAAABBrBVEUqzk= </data> </layer> - <objectgroup name="Object"> + <objectgroup name="Object" visible="0"> <object id="1" name="To First Floor" type="warp" x="832" y="928" width="64" height="32"> <properties> <property name="dest_map" value="001-1"/> @@ -75,7 +75,7 @@ </properties> </object> </objectgroup> - <layer name="Heights" width="66" height="62"> + <layer name="Heights" width="66" height="62" visible="0"> <data encoding="base64" compression="zlib"> eJzt00EKgCAQBVAh73/lIiKwxWTZyuk9+Ctx8cexFAAAAAAAAAAuapM/q0Ge3ktiXY6E8zi79s6zuOvZy+y+dG/3ZHbRm9oH/6LXLfMcdm96ZesOAAAAAADAsA1vLAPF </data> |