Skip to content

Commit

Permalink
Add configuration file for tileset texture atlases.
Browse files Browse the repository at this point in the history
For now this file incomplete.
  • Loading branch information
4144 authored and jtoelke committed Apr 19, 2013
1 parent 85961cd commit 3772690
Showing 1 changed file with 123 additions and 0 deletions.
123 changes: 123 additions & 0 deletions maps.xml
@@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<maps>
<map name="001-1.tmx">
<atlas name="001-1"/>
</map>
<map name="001-2.tmx">
<atlas name="001-2"/>
</map>

<map name="007-1.tmx">
<atlas name="woodland1"/>
</map>

<map name="008-1.tmx">
<atlas name="woodland1"/>
</map>
<map name="009-1.tmx">
<atlas name="woodland1"/>
</map>
<map name="009-2.tmx">
<atlas name="woodland_indoor1"/>
</map>

<map name="011-1.tmx">
<atlas name="woodland1"/>
</map>

<map name="012-1.tmx">
<atlas name="woodland1"/>
</map>

<map name="013-1.tmx">
<atlas name="woodland1"/>
</map>
<map name="013-3.tmx">
<atlas name="cave_indoor1"/>
</map>

<map name="014-1.tmx">
<atlas name="woodland1"/>
</map>

<map name="017-1.tmx">
<atlas name="woodland1"/>
</map>

<map name="018-1.tmx">
<atlas name="woodland1"/>
</map>
<map name="018-2.tmx">
<atlas name="woodland_indoor1"/>
</map>
<map name="018-3.tmx">
<atlas name="cave_indoor1"/>
</map>

<map name="055-1.tmx">
<atlas name="woodland1"/>
</map>

<map name="056-1.tmx">
<atlas name="woodland2"/>
</map>

<map name="057-1.tmx">
<atlas name="woodland1"/>
</map>

<atlas name="001-1">
<file name="graphics/tiles/desert1.png"/>
<file name="graphics/tiles/desert2.png"/>
<file name="graphics/tiles/desert_x2.png"/>
<file name="graphics/tiles/desert_x3.png"/>
<file name="graphics/tiles/desert_x5.png"/>
<file name="graphics/tiles/tulimshar1.png"/>
<file name="graphics/tiles/trans_woodland-desert.png"/>
</atlas>
<atlas name="001-2">
<file name="graphics/tiles/inn.png"/>
<file name="graphics/tiles/inn2.png"/>
</atlas>

<atlas name="woodland1">
<file name="graphics/images/ambient/clouds.png"/>
<file name="graphics/tiles/Woodland_ground.png"/>
<file name="graphics/tiles/Woodland_x2.png"/>
<file name="graphics/tiles/Woodland_x3.png"/>
<file name="graphics/tiles/Woodland_village.png"/>
<file name="graphics/tiles/Woodland_village_x2.png"/>
<file name="graphics/tiles/woodland_indoor.png"/>
<file name="graphics/tiles/Woodland_water.png"/>
<file name="graphics/tiles/mushrooms.png"/>
</atlas>
<atlas name="woodland2">
<file name="graphics/images/ambient/clouds.png"/>
<file name="graphics/tiles/Woodland_ground.png"/>
<file name="graphics/tiles/Woodland_x2.png"/>
<file name="graphics/tiles/Woodland_x3.png"/>
<file name="graphics/tiles/Woodland_x5.png"/>
<file name="graphics/tiles/Woodland_x8.png"/>
<file name="graphics/tiles/Woodland_village.png"/>
</atlas>
<atlas name="woodland_indoor1">
<file name="graphics/tiles/woodland_indoor.png"/>
<file name="graphics/tiles/woodland_indoor_x2.png"/>
<file name="graphics/tiles/woodland_indoor_x3.png"/>
<file name="graphics/tiles/Pots_x2.png"/>
<file name="graphics/tiles/Woodland_village.png"/>
</atlas>
<atlas name="cave_indoor1">
<file name="graphics/tiles/cave.png"/>
<file name="graphics/tiles/cave_x2.png"/>
<file name="graphics/tiles/cave_bilevel.png"/>
<file name="graphics/tiles/Woodland_ground.png"/>
<file name="graphics/tiles/woodland_indoor.png"/>
<file name="graphics/tiles/woodland_indoor_x2.png"/>
<file name="graphics/tiles/woodland_indoor_x3.png"/>
<file name="graphics/tiles/Woodland_x2.png"/>
<file name="graphics/tiles/Woodland_x3.png"/>
<file name="graphics/tiles/Woodland_village.png"/>
<file name="graphics/tiles/Woodland_village_x2.png"/>
</atlas>
</maps>

1 comment on commit 3772690

@o11c
Copy link
Contributor

@o11c o11c commented on 3772690 Apr 21, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take a look at tools/list-tileset-order

Please sign in to comment.