diff options
author | gumi <git@gumi.ca> | 2018-07-05 13:33:25 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-05 13:33:25 -0400 |
commit | c692c615e8d777970c9b7f95bce62971f329fd56 (patch) | |
tree | ce75444519cb5b3799a2e607ac987dc03a175ce2 /maps.xml | |
parent | 46e8ad81398f65de78d4c655ea6aaf23ab770af7 (diff) | |
download | clientdata-c692c615e8d777970c9b7f95bce62971f329fd56.tar.gz clientdata-c692c615e8d777970c9b7f95bce62971f329fd56.tar.bz2 clientdata-c692c615e8d777970c9b7f95bce62971f329fd56.tar.xz clientdata-c692c615e8d777970c9b7f95bce62971f329fd56.zip |
fix empty tiles on ground layers and add missing tilesets to atlases
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -287,6 +287,7 @@ Copyright (C) 2012-2017 Evol Online --> <file name="graphics/tilesets/box-x1x2.png"/> <file name="graphics/tilesets/shadow.png"/> <file name="graphics/tilesets/artis-sewer-sunlight-x1x5.png"/> + <file name="graphics/tilesets/ship-indoor.png"/> </atlas> <!-- namespace Legacy --> @@ -415,6 +416,10 @@ Copyright (C) 2012-2017 Evol Online --> <file name="graphics/tilesets/fire.png"/> <file name="graphics/tilesets/embers.png"/> <file name="graphics/tilesets/waterfall.png"/> + <file name="graphics/tilesets/ground.png"/> + <file name="graphics/tilesets/water.png"/> + <file name="graphics/tilesets/waterfall.png"/> + <file name="graphics/tilesets/artis-sewer.png"/> </atlas> <atlas name="legacy-woodland-indoor"> <file name="graphics/legacy/tilesets/pots-x1x2.png"/> |