diff options
author | Reid <reidyaro@gmail.com> | 2017-08-19 05:07:38 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2017-08-19 05:08:25 +0200 |
commit | 28d6096d6ce94034b1885cffc9e407f473b29899 (patch) | |
tree | ffbe1bf4951fa68dbf7ceb227ed39ec273bc726c /maps.xml | |
parent | 0d7a1b29651c41985205b3199e3603876b568b95 (diff) | |
download | clientdata-28d6096d6ce94034b1885cffc9e407f473b29899.tar.gz clientdata-28d6096d6ce94034b1885cffc9e407f473b29899.tar.bz2 clientdata-28d6096d6ce94034b1885cffc9e407f473b29899.tar.xz clientdata-28d6096d6ce94034b1885cffc9e407f473b29899.zip |
Fix atlas related issues.
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -159,6 +159,9 @@ Copyright (C) 2012-2017 Evol Online --> <map name="001-2-41.tmx"> <atlas name="artis-indoor"/> </map> + <map name="001-2-42.tmx"> + <atlas name="artis-indoor"/> + </map> <map name="001-3-0.tmx"> <atlas name="artis-sewer"/> </map> @@ -277,10 +280,13 @@ Copyright (C) 2012-2017 Evol Online --> </atlas> <atlas name="artis-sewer"> + <file name="graphics/tilesets/artis-accessory.png"/> <file name="graphics/tilesets/artis-sewer.png"/> <file name="graphics/tilesets/artis-indoor-cellar.png"/> <file name="graphics/tilesets/artis-sewer-x2x2.png"/> <file name="graphics/tilesets/artis-sewer-x3x3.png"/> + <file name="graphics/tilesets/box.png"/> + <file name="graphics/tilesets/box-x1x2.png"/> <file name="graphics/tilesets/shadow.png"/> </atlas> |