diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-10 12:56:12 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-10 12:56:12 +0000 |
commit | 0e4461149c430014ac4b69fc125a0a5468a790ab (patch) | |
tree | 40c6e532071ce02edfeea87ed1f461939f21feaa | |
parent | 4636d2337fd0fdd9843502af81e065797c4b58f7 (diff) | |
download | clientdata-0e4461149c430014ac4b69fc125a0a5468a790ab.tar.gz clientdata-0e4461149c430014ac4b69fc125a0a5468a790ab.tar.bz2 clientdata-0e4461149c430014ac4b69fc125a0a5468a790ab.tar.xz clientdata-0e4461149c430014ac4b69fc125a0a5468a790ab.zip |
fix maps.xml
-rw-r--r-- | maps.xml | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -447,7 +447,7 @@ Copyright (C) 2018 TMW2 --> <atlas name="frostia"/> </map> <map name="025-1.tmx"> - <atlas name="ocean"/> + <atlas name="archipelago"/> </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> @@ -1183,5 +1183,21 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/woodland_indoor_x2.png"/> <file name="graphics/tilesets/indoor-accessories.png"/> </atlas> + <atlas name="ocean"> + <file name="graphics/tilesets/box.png"/> + <file name="graphics/tilesets/box-x1x2.png"/> + <file name="graphics/tilesets/desert_city.png"/> + <file name="graphics/tilesets/ground.png"/> + <file name="graphics/tilesets/sail.png"/> + <file name="graphics/tilesets/ship-base.png"/> + <file name="graphics/tilesets/ship-flags-x3x2.png"/> + <file name="graphics/tilesets/ship-mast.png"/> + <file name="graphics/tilesets/water.png"/> + <file name="graphics/tilesets/ship-indoor.png"/> + <flie name="graphics/tilesets/accessory.png"/> + <flie name="graphics/tilesets/tree-x4x5.png"/> + <flie name="graphics/tilesets/tree-x3x3.png"/> + <flie name="graphics/tilesets/tree-x3x4.png"/> + </atlas> </maps> |