diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-16 17:42:24 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-16 17:42:24 -0200 |
commit | 9e2ca9307273eb1d89a1f517304d7c58851808c2 (patch) | |
tree | 1ed5b635831f600a3ee9bdd94c485e2fe06178c7 /maps.xml | |
parent | e4756f27fc29b6c8beb1f90ef9effe7c763fd2d3 (diff) | |
download | clientdata-9e2ca9307273eb1d89a1f517304d7c58851808c2.tar.gz clientdata-9e2ca9307273eb1d89a1f517304d7c58851808c2.tar.bz2 clientdata-9e2ca9307273eb1d89a1f517304d7c58851808c2.tar.xz clientdata-9e2ca9307273eb1d89a1f517304d7c58851808c2.zip |
Fix missing atlas and license problems (hopefully)
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -340,6 +340,9 @@ Copyright (C) 2012-2017 Evol Online --> <map name="008-2-14.tmx"> <atlas name="legacy-woodland-indoor"/> </map> + <map name="aeros.tmx"> + <atlas name="aeros"/> + </map> <atlas name="legacy-woodland"> <file name="graphics/legacy/tilesets/woodenpump-x1x3.png"/> @@ -358,6 +361,20 @@ Copyright (C) 2012-2017 Evol Online --> </atlas> <!-- / Legacy --> + <atlas name="aeros"> + <file name="graphics/tilesets/snow.png"/> + <file name="graphics/tilesets/collision.png"/> + <file name="graphics/tilesets/woodland_ground.png"/> + <file name="graphics/tilesets/forest.png"/> + <file name="graphics/tilesets/woodland_swamp.png"/> + <file name="graphics/tilesets/woodland_x8.png"/> + <file name="graphics/tilesets/woodland_x3.png"/> + <file name="graphics/tilesets/woodland_x4.png"/> + <file name="graphics/tilesets/snow_tree_x3.png"/> + <file name="graphics/tilesets/casas-cogumelo.png"/> + <file name="graphics/tilesets/concreteWalls.png"/> + </atlas> + <atlas name="ignored"> <file name="graphics/tilesets/collision.png"/> <file name="graphics/tilesets/level-number.png"/> |