diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 22:10:33 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 22:10:33 -0200 |
commit | d85c07f952668618182725c2ab88429ee0866284 (patch) | |
tree | d51a5dab0a15da049fedc46882c7953070718578 /maps | |
parent | 8cac737045486c59a0265957a516457d1382b575 (diff) | |
download | clientdata-d85c07f952668618182725c2ab88429ee0866284.tar.gz clientdata-d85c07f952668618182725c2ab88429ee0866284.tar.bz2 clientdata-d85c07f952668618182725c2ab88429ee0866284.tar.xz clientdata-d85c07f952668618182725c2ab88429ee0866284.zip |
Fix new pipeline **errors**
Diffstat (limited to 'maps')
-rw-r--r-- | maps/002-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/002-1.tmx b/maps/002-1.tmx index cb8d038e..dc0dc576 100644 --- a/maps/002-1.tmx +++ b/maps/002-1.tmx @@ -31,7 +31,7 @@ <image source="../graphics/tilesets/sunlight-x1x5.png" width="128" height="160"/> </tileset> <tileset firstgid="455" name="indoor-accessories" tilewidth="32" tileheight="32" tilecount="400" columns="20"> - <image source="../../art/graphics/tilesets/indoor-accessories.png" width="640" height="640"/> + <image source="../graphics/tilesets/indoor-accessories.png" width="640" height="640"/> </tileset> <layer name="Ground" width="95" height="65" opacity="0.99"> <data encoding="csv"> |