diff options
author | Saweres <onshine20@gmail.com> | 2014-11-05 15:14:03 +0300 |
---|---|---|
committer | Saweres <onshine20@gmail.com> | 2014-11-05 15:14:03 +0300 |
commit | fbe174f7f52ad7e87e8844d165008cab8b876318 (patch) | |
tree | a64e2768880c1fe33173a31fcf9cd2f31b440f50 /maps | |
parent | 644a6e41da27774ddc9f64ac3b3685dcb0b716ef (diff) | |
download | clientdata-fbe174f7f52ad7e87e8844d165008cab8b876318.tar.gz clientdata-fbe174f7f52ad7e87e8844d165008cab8b876318.tar.bz2 clientdata-fbe174f7f52ad7e87e8844d165008cab8b876318.tar.xz clientdata-fbe174f7f52ad7e87e8844d165008cab8b876318.zip |
Fix path for 001-2-12
Diffstat (limited to 'maps')
-rw-r--r-- | maps/001-2-12.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/001-2-12.tmx b/maps/001-2-12.tmx index de7486ab..bdf756b7 100644 --- a/maps/001-2-12.tmx +++ b/maps/001-2-12.tmx @@ -28,7 +28,7 @@ <image source="../graphics/tilesets/shadow.png" width="256" height="256"/> </tileset> <tileset firstgid="1047" name="Height Number" tilewidth="32" tileheight="32"> - <image source="../../../Repository/clientdata/graphics/tilesets/level-number.png" width="512" height="32"/> + <image source="../graphics/tilesets/level-number.png" width="512" height="32"/> </tileset> <layer name="Ground" width="70" height="66"> <data encoding="base64" compression="zlib"> |