diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-17 20:21:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-17 20:21:42 -0300 |
commit | 875cc409096fd90fbfdcb87b5eaa829cf0800579 (patch) | |
tree | fad9d924c77dd60623dbe5aafeabc819d5126e69 | |
parent | 14b12045d0172e3c74dc4cd5b83e7504c1077932 (diff) | |
download | clientdata-875cc409096fd90fbfdcb87b5eaa829cf0800579.tar.gz clientdata-875cc409096fd90fbfdcb87b5eaa829cf0800579.tar.bz2 clientdata-875cc409096fd90fbfdcb87b5eaa829cf0800579.tar.xz clientdata-875cc409096fd90fbfdcb87b5eaa829cf0800579.zip |
Fix minor typos
-rw-r--r-- | maps/023-4.tmx | 4 | ||||
-rw-r--r-- | maps/031-1.tmx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/maps/023-4.tmx b/maps/023-4.tmx index 93f04261b..6c24de86e 100644 --- a/maps/023-4.tmx +++ b/maps/023-4.tmx @@ -4,7 +4,7 @@ <property name="author" value="Jesusalva"/> <property name="license" value="GPL v2+, CC BY SA 3.0+"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-0.png"/> + <property name="minimap" value="graphics/minimaps/023-4.png"/> <property name="music" value="Unforgiving_Lands.ogg"/> <property name="name" value="Ice Caves"/> </properties> @@ -484,7 +484,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,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 id="7" name="Objects"> + <objectgroup id="7" name="Objects" visible="0"> <object id="1" name="Margin" type="fixme" x="0" y="0" width="640" height="2240"/> <object id="2" name="Margin" type="fixme" x="0" y="2240" width="2240" height="640"/> <object id="3" name="Margin" type="fixme" x="2240" y="640" width="640" height="2240"/> diff --git a/maps/031-1.tmx b/maps/031-1.tmx index 0ecf50c06..686cef3e2 100644 --- a/maps/031-1.tmx +++ b/maps/031-1.tmx @@ -55,13 +55,13 @@ <image source="../graphics/tilesets/aethyra/snow_building.png" width="320" height="480"/> </tileset> <tileset firstgid="303" name="Snow Water" tilewidth="32" tileheight="32" tilecount="117" columns="13"> - <image source="../graphics/tilesets/aethyra/snow_water.png" width="420" height="300"/> + <image source="../graphics/tilesets/aethyra/snow_water.png" width="416" height="288"/> </tileset> <tileset firstgid="420" name="Woodland Snow" tilewidth="32" tileheight="32" tilecount="256" columns="16"> <image source="../graphics/tilesets/aethyra/snow.png" width="512" height="512"/> </tileset> <tileset firstgid="676" name="Woodland Snow Roof" tilewidth="32" tileheight="32" tilecount="99" columns="9"> - <image source="../graphics/tilesets/aethyra/snow_roof.png" width="288" height="367"/> + <image source="../graphics/tilesets/aethyra/snow_roof.png" width="288" height="352"/> </tileset> <tileset firstgid="775" name="Woodland Snow Village" tilewidth="32" tileheight="32" tilecount="256" columns="16"> <image source="../graphics/tilesets/aethyra/snow_village.png" width="512" height="512"/> |