diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-14 01:59:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-14 01:59:12 -0300 |
commit | 38807e7b7fa4d1977de19c5d6d87ec150470702d (patch) | |
tree | fb2725d884db870ae4ac6f126176e1b95d97f4e9 | |
parent | f4569b422631e0ed2987734895c95e56ef85c54e (diff) | |
download | clientdata-38807e7b7fa4d1977de19c5d6d87ec150470702d.tar.gz clientdata-38807e7b7fa4d1977de19c5d6d87ec150470702d.tar.bz2 clientdata-38807e7b7fa4d1977de19c5d6d87ec150470702d.tar.xz clientdata-38807e7b7fa4d1977de19c5d6d87ec150470702d.zip |
Fix a few map source errors.
-rw-r--r-- | maps/020-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/020-1.tmx b/maps/020-1.tmx index efe50a7d..46f57a68 100644 --- a/maps/020-1.tmx +++ b/maps/020-1.tmx @@ -7,13 +7,13 @@ <image source="../graphics/tilesets/desert-ground.png" width="512" height="512"/> </tileset> <tileset firstgid="497" name="desert-accessory-x1x2" tilewidth="32" tileheight="64" tilecount="0" columns="16"> - <image source="../../../Schreibtisch/TMW/Evol/Verknüpfung mit evol-all/client-data/graphics/tilesets/desert-accessory-x1x2.png" width="512" height="256"/> + <image source="../graphics/tilesets/desert-accessory-x1x2.png" width="512" height="256"/> </tileset> <tileset firstgid="497" name="desert-accessory" tilewidth="32" tileheight="32" tilecount="0" columns="16"> - <image source="../../../Schreibtisch/TMW/Evol/Verknüpfung mit evol-all/client-data/graphics/tilesets/desert-accessory.png" width="512" height="256"/> + <image source="../graphics/tilesets/desert-accessory.png" width="512" height="256"/> </tileset> <tileset firstgid="497" name="desert-accessory-x1x3" tilewidth="32" tileheight="96" tilecount="0" columns="16"> - <image source="../../../Schreibtisch/TMW/Evol/Verknüpfung mit evol-all/client-data/graphics/tilesets/desert-accessory-x1x3.png" width="512" height="192"/> + <image source="../graphics/tilesets/desert-accessory-x1x3.png" width="512" height="192"/> </tileset> <tileset firstgid="497" name="artis-dock" tilewidth="32" tileheight="32" tilecount="128" columns="16"> <image source="../graphics/tilesets/artis-dock.png" width="512" height="256"/> |