diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-20 14:49:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-20 14:49:06 -0300 |
commit | a9014c0aac6555dc275211df41a6ee00947e7e7f (patch) | |
tree | 4491b4da3a5415732d30d6a001e25fb5b63b4c4a /maps.xml | |
parent | 8140c48db17f151a9cf50785979ce326e3651cbe (diff) | |
download | clientdata-a9014c0aac6555dc275211df41a6ee00947e7e7f.tar.gz clientdata-a9014c0aac6555dc275211df41a6ee00947e7e7f.tar.bz2 clientdata-a9014c0aac6555dc275211df41a6ee00947e7e7f.tar.xz clientdata-a9014c0aac6555dc275211df41a6ee00947e7e7f.zip |
Fix blatant bugs by Saulc
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -256,6 +256,9 @@ Copyright (C) 2018 TMW2 --> <map name="014-2.tmx"> <atlas name="woodland"/> </map> + <map name="014-2-1.tmx"> + <atlas name="saulc"/> + </map> <map name="014-3.tmx"> <atlas name="woodland"/> </map> @@ -992,4 +995,11 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/woodland_water.png"/> </atlas> + <atlas name="saulc"> + <file name="graphics/tilesets/inn.png"/> + <file name="graphics/tilesets/woodland_indoor.png"/> + <file name="graphics/tilesets/woodland_indoor_x2.png"/> + <file name="graphics/tilesets/indoor-accessories.png"/> + </atlas> + </maps> |