diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-21 12:29:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-21 12:29:34 -0300 |
commit | 27f6c27f798eecb1a7cc4c823d37509f4a69f7b6 (patch) | |
tree | 7ff0268778d9190faade2436cfca33a296f5a557 /graphics | |
parent | d623900d6e244c6b66aed2d7436485fe52149bc5 (diff) | |
download | clientdata-27f6c27f798eecb1a7cc4c823d37509f4a69f7b6.tar.gz clientdata-27f6c27f798eecb1a7cc4c823d37509f4a69f7b6.tar.bz2 clientdata-27f6c27f798eecb1a7cc4c823d37509f4a69f7b6.tar.xz clientdata-27f6c27f798eecb1a7cc4c823d37509f4a69f7b6.zip |
Fix some bugs
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tilesets/icecave.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tilesets/icecave.tsx b/graphics/tilesets/icecave.tsx index 7422763c..584c2e1b 100644 --- a/graphics/tilesets/icecave.tsx +++ b/graphics/tilesets/icecave.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="icecave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/icecave.png" width="512" height="256"/> + <image source="icecave.png" width="512" height="256"/> </tileset> |