diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-26 22:02:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-26 22:02:52 +0300 |
commit | 02c08cdd532a75ceb344f5573c8cb2ce9d67de39 (patch) | |
tree | dd39fcb8bafe06eee788519943ea5a84efe39d6c | |
parent | 48c9dbead87fcca26d8e97989e497147b9e4f7ad (diff) | |
download | clientdata-02c08cdd532a75ceb344f5573c8cb2ce9d67de39.tar.gz clientdata-02c08cdd532a75ceb344f5573c8cb2ce9d67de39.tar.bz2 clientdata-02c08cdd532a75ceb344f5573c8cb2ce9d67de39.tar.xz clientdata-02c08cdd532a75ceb344f5573c8cb2ce9d67de39.zip |
Add some heights on test map.
-rw-r--r-- | maps/test.tmx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/maps/test.tmx b/maps/test.tmx index c267a6dc..1e503afb 100644 --- a/maps/test.tmx +++ b/maps/test.tmx @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32"> +<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" nextobjectid="1"> <properties> <property name="manaplus version" value="2"/> <property name="overlay0image" value="graphics/images/ambient/fog.png"/> @@ -14,6 +15,9 @@ <tileset firstgid="257" name="Ground" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/ground.png" width="512" height="512"/> </tileset> + <tileset firstgid="513" name="level-number" tilewidth="32" tileheight="32"> + <image source="../graphics/tilesets/level-number.png" width="512" height="32"/> + </tileset> <layer name="Grass" width="100" height="100"> <properties> <property name="Mask" value="8"/> @@ -40,4 +44,9 @@ eJztwTEBAAAAwqD1T+1lC6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAbnEAAAQ== </data> </layer> + <layer name="Heights" width="100" height="100"> + <data encoding="base64" compression="zlib"> + eJzt0TEKgEAQBMFjQQX//2C5zOQSwWWUKugX9BgA/3fWO/GMH1n8yOJHFj+y+JHFjyx+ZPEjix9Z/MjiR6+t1k1+9PIjy17rJj96+ZHlqHWTH738+BY/sviRxY8sfmTxAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC4uwDCRRkJ + </data> + </layer> </map> |