summaryrefslogtreecommitdiff
path: root/maps.xml
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-04-19 19:55:33 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-04-19 19:55:33 +0200
commitfb5f12cba36079dd90c6e5e7a8c418438dc9c21d (patch)
treee39ac2b45751f4395831fb7413d9ebfe4fc4bc71 /maps.xml
parent3772690a31ac275a9fbf922b8a7abb0d8bf9d934 (diff)
downloadclientdata-fb5f12cba36079dd90c6e5e7a8c418438dc9c21d.tar.gz
clientdata-fb5f12cba36079dd90c6e5e7a8c418438dc9c21d.tar.bz2
clientdata-fb5f12cba36079dd90c6e5e7a8c418438dc9c21d.tar.xz
clientdata-fb5f12cba36079dd90c6e5e7a8c418438dc9c21d.zip
tileset atlases: replace atlas names 001-1 and 001-2 with 'desert' and 'inn'
Diffstat (limited to 'maps.xml')
-rw-r--r--maps.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps.xml b/maps.xml
index 9358c069..85c276e9 100644
--- a/maps.xml
+++ b/maps.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<maps>
<map name="001-1.tmx">
- <atlas name="001-1"/>
+ <atlas name="desert"/>
</map>
<map name="001-2.tmx">
- <atlas name="001-2"/>
+ <atlas name="inn"/>
</map>
<map name="007-1.tmx">
@@ -66,7 +66,7 @@
<atlas name="woodland1"/>
</map>
- <atlas name="001-1">
+ <atlas name="desert">
<file name="graphics/tiles/desert1.png"/>
<file name="graphics/tiles/desert2.png"/>
<file name="graphics/tiles/desert_x2.png"/>
@@ -75,7 +75,7 @@
<file name="graphics/tiles/tulimshar1.png"/>
<file name="graphics/tiles/trans_woodland-desert.png"/>
</atlas>
- <atlas name="001-2">
+ <atlas name="inn">
<file name="graphics/tiles/inn.png"/>
<file name="graphics/tiles/inn2.png"/>
</atlas>