diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-16 17:10:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-16 17:10:57 -0300 |
commit | d685f1e0461d02e40ae3fca43ba49f1960c6563e (patch) | |
tree | f47a78b8a488c4bdde0f7ee10d4a8d93a26382de /graphics/tilesets/woodenpump.tsx | |
parent | aad824da92529c88b4af18f0076ee192225fcfb7 (diff) | |
download | clientdata-d685f1e0461d02e40ae3fca43ba49f1960c6563e.tar.gz clientdata-d685f1e0461d02e40ae3fca43ba49f1960c6563e.tar.bz2 clientdata-d685f1e0461d02e40ae3fca43ba49f1960c6563e.tar.xz clientdata-d685f1e0461d02e40ae3fca43ba49f1960c6563e.zip |
misc fixes, this doesn't affects anything
Diffstat (limited to 'graphics/tilesets/woodenpump.tsx')
-rw-r--r-- | graphics/tilesets/woodenpump.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tilesets/woodenpump.tsx b/graphics/tilesets/woodenpump.tsx index 21af9355..e0d74aaa 100644 --- a/graphics/tilesets/woodenpump.tsx +++ b/graphics/tilesets/woodenpump.tsx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="woodenpump" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/woodenpump.png" width="352" height="96"/> + <image source="woodenpump.png" width="352" height="96"/> <tile id="0"> <animation> <frame tileid="1" duration="130"/> |