summaryrefslogtreecommitdiff
path: root/maps/test.tmx
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-26 22:02:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-26 22:02:52 +0300
commit02c08cdd532a75ceb344f5573c8cb2ce9d67de39 (patch)
treedd39fcb8bafe06eee788519943ea5a84efe39d6c /maps/test.tmx
parent48c9dbead87fcca26d8e97989e497147b9e4f7ad (diff)
downloadclientdata-02c08cdd532a75ceb344f5573c8cb2ce9d67de39.tar.gz
clientdata-02c08cdd532a75ceb344f5573c8cb2ce9d67de39.tar.bz2
clientdata-02c08cdd532a75ceb344f5573c8cb2ce9d67de39.tar.xz
clientdata-02c08cdd532a75ceb344f5573c8cb2ce9d67de39.zip
Add some heights on test map.
Diffstat (limited to 'maps/test.tmx')
-rw-r--r--maps/test.tmx11
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>