diff options
author | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:51:53 -0500 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:51:53 -0500 |
commit | 105ad9f62ec6c2cf01302243081f371c8bc164a6 (patch) | |
tree | 3e0374d7c10773c809ac826a93bec565493f85b0 /maps/debugroom.tmx | |
parent | 6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3 (diff) | |
download | clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.gz clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.bz2 clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.xz clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.zip |
Updates I made since ta-client-testing repo was closed: minor fix to Hurnsald map entrances, plus additions for the crypt quest.
Diffstat (limited to 'maps/debugroom.tmx')
-rwxr-xr-x | maps/debugroom.tmx | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/maps/debugroom.tmx b/maps/debugroom.tmx new file mode 100755 index 00000000..007f0f36 --- /dev/null +++ b/maps/debugroom.tmx @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<map version="1.0" orientation="orthogonal" width="50" height="50" tilewidth="32" tileheight="32"> + <properties> + <property name="music" value="Magick - Real.ogg"/> + <property name="name" value="Woodland mining camp"/> + </properties> + <tileset firstgid="1" name="Woodland Indoor" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/woodland_indoor.png"/> + </tileset> + <tileset firstgid="257" name="Woodland Indoor x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/woodland_indoor_x2.png"/> + </tileset> + <tileset firstgid="275" name="Woodland Indoor x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/woodland_indoor_x3.png"/> + </tileset> + <tileset firstgid="291" name="Woodland Village" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/Woodland_village.png"/> + </tileset> + <tileset firstgid="547" name="Unbenannt" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/collision.png"/> + </tileset> + <layer name="Ground" width="50" height="50"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAC+3UUQ2DQABEwasEJFAHeAAUtFUA+JfAKbiQptn0yGwyAt7PTqWUCQAAAC54BCQ6hoBExxiQ6HgG6Phdx1wtDWsnHa/q3fDRoeOLjq3aG45OOu7yV710JJboAAAAgH9xAv9kaOkQJwAA + </data> + </layer> + <layer name="Fringe" width="50" height="50"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAC+3BAQ0AAADCoPdPbQ43oAAAAAAAAAAAAODfAC7KO00QJwAA + </data> + </layer> + <layer name="Over" width="50" height="50"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAC+3DMQ0AAAgDsFnCvzlcjIM2aQIAAAAAAFyYQgAAAPhkASvbHPkQJwAA + </data> + </layer> + <layer name="Collision" width="50" height="50"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAC+3PAQkAAAzDsHEt86/xLg6HFCKgnaQAAADAOxf58OHDhw8fPnwAAADAJwuZdk/7ECcAAA== + </data> + </layer> + <objectgroup name="Object Group" width="50" height="50"/> +</map> |