diff options
author | LawnCable <lawncable.gitlab@simonlaux.de> | 2022-04-16 17:49:44 +0200 |
---|---|---|
committer | LawnCable <lawncable.gitlab@simonlaux.de> | 2022-04-16 17:49:44 +0200 |
commit | 175d0a1696591deb3745d06315c378d09acf9bca (patch) | |
tree | 648e8eb94b8970af47741ebb0a9623268e8e8ac9 | |
parent | ad79684bf873ab6a6cdff036a53c95338b8b3488 (diff) | |
download | clientdata-175d0a1696591deb3745d06315c378d09acf9bca.tar.gz clientdata-175d0a1696591deb3745d06315c378d09acf9bca.tar.bz2 clientdata-175d0a1696591deb3745d06315c378d09acf9bca.tar.xz clientdata-175d0a1696591deb3745d06315c378d09acf9bca.zip |
fixup woodland_x5 tileset
referenced image had wrong width
-rw-r--r-- | graphics/tilesets/woodland_x5.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tilesets/woodland_x5.tsx b/graphics/tilesets/woodland_x5.tsx index 4f6ce327..33622a14 100644 --- a/graphics/tilesets/woodland_x5.tsx +++ b/graphics/tilesets/woodland_x5.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="woodland_x5" tilewidth="32" tileheight="160" tilecount="16" columns="16"> - <image source="woodland_x5.png" width="512" height="160"/> + <image source="woodland_x5.png" width="480" height="160"/> </tileset> |