diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-07 02:10:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-07 02:10:19 -0300 |
commit | c408d932ae0d32e1ca0859afc3aebe1420aafbb4 (patch) | |
tree | e7b7bfebf62f1c995a2c588d03507da1195d7745 | |
parent | 35311bacdd69d3aecc065041ace2a2ec82e1f811 (diff) | |
download | clientdata-c408d932ae0d32e1ca0859afc3aebe1420aafbb4.tar.gz clientdata-c408d932ae0d32e1ca0859afc3aebe1420aafbb4.tar.bz2 clientdata-c408d932ae0d32e1ca0859afc3aebe1420aafbb4.tar.xz clientdata-c408d932ae0d32e1ca0859afc3aebe1420aafbb4.zip |
Bugfix
-rw-r--r-- | maps/024-16.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/024-16.tmx b/maps/024-16.tmx index 05607bec0..49338d690 100644 --- a/maps/024-16.tmx +++ b/maps/024-16.tmx @@ -49,7 +49,7 @@ </tileset> <tileset firstgid="1670" source="../graphics/tilesets/castle_lightsources.tsx"/> <tileset firstgid="1682" name="Throne_x2" tilewidth="32" tileheight="64" tilecount="3" columns="3"> - <image source="../../art/graphics/tilesets/Throne_x2.png" width="96" height="64"/> + <image source="../graphics/tilesets/Throne_x2.png" width="96" height="64"/> </tileset> <layer id="21" name="Ground1" width="61" height="74"> <data encoding="csv"> |