diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-03 03:10:31 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-03 03:10:31 -0300 |
commit | d63319a7e45e9cf52a6d7f88716067bece1999e5 (patch) | |
tree | 60299a21a82c4b1dd7aae2b4eae795abe3b89fc3 | |
parent | 40e463954512cb397417423d724b80cb9dded192 (diff) | |
download | clientdata-d63319a7e45e9cf52a6d7f88716067bece1999e5.tar.gz clientdata-d63319a7e45e9cf52a6d7f88716067bece1999e5.tar.bz2 clientdata-d63319a7e45e9cf52a6d7f88716067bece1999e5.tar.xz clientdata-d63319a7e45e9cf52a6d7f88716067bece1999e5.zip |
Move map 012 to 001-4 for consistency. Maps 001-2 and 001-4 may be downsized later.
-rw-r--r-- | graphics/minimaps/001-4.png (renamed from graphics/minimaps/012.png) | bin | 144249 -> 144249 bytes | |||
-rw-r--r-- | maps.xml | 6 | ||||
-rw-r--r-- | maps/001-4.tmx (renamed from maps/012.tmx) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/minimaps/012.png b/graphics/minimaps/001-4.png Binary files differindex ec856b17..ec856b17 100644 --- a/graphics/minimaps/012.png +++ b/graphics/minimaps/001-4.png @@ -49,6 +49,9 @@ Copyright (C) 2018 TMW2 --> <map name="001-2.tmx"> <atlas name="coliseum"/> </map> + <map name="001-4.tmx"> + <atlas name="magic-forest"/> + </map> <map name="002-1.tmx"> <atlas name="ship"/> </map> @@ -181,9 +184,6 @@ Copyright (C) 2018 TMW2 --> <map name="008-2-14.tmx"> <atlas name="legacy-woodland-indoor"/> </map> - <map name="012.tmx"> - <atlas name="magic-forest"/> - </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> </map> diff --git a/maps/012.tmx b/maps/001-4.tmx index dd63fddd..d7c3e6d8 100644 --- a/maps/012.tmx +++ b/maps/001-4.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="299" height="299" tilewidth="32" tileheight="32" infinite="0" nextobjectid="86"> <properties> - <property name="minimap" value="/graphics/minimaps/012.png"/> + <property name="minimap" value="graphics/minimaps/001-4.png"/> <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="Enchanted Forest"/> <property name="overlay0image" value="graphics/images/ambient/clouds.png"/> |