diff options
author | Reid <reidyaro@gmail.com–> | 2020-09-28 02:50:02 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com–> | 2020-09-28 02:50:02 +0200 |
commit | 6baebc3fd953aba234210ecf3ec0b033679763d5 (patch) | |
tree | f3fd4085f75bbc33d5abcbc77327d75aaede2789 | |
parent | 810322a4c8cd3ee880fbb36cca8d9ab28bee6827 (diff) | |
download | clientdata-6baebc3fd953aba234210ecf3ec0b033679763d5.tar.gz clientdata-6baebc3fd953aba234210ecf3ec0b033679763d5.tar.bz2 clientdata-6baebc3fd953aba234210ecf3ec0b033679763d5.tar.xz clientdata-6baebc3fd953aba234210ecf3ec0b033679763d5.zip |
Fix wrong level-number tileset path.
-rw-r--r-- | maps/012-3-0.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/012-3-0.tmx b/maps/012-3-0.tmx index 49081d91..5520c6a4 100644 --- a/maps/012-3-0.tmx +++ b/maps/012-3-0.tmx @@ -36,7 +36,7 @@ </tile> </tileset> <tileset firstgid="362" name="Level Number" tilewidth="32" tileheight="32" tilecount="16" columns="16"> - <image source="../../../Evol/client-data/graphics/tilesets/level-number.png" width="512" height="32"/> + <image source="../graphics/tilesets/level-number.png" width="512" height="32"/> </tileset> <layer id="1" name="Ground 1" width="112" height="100"> <data encoding="csv"> |