summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawnCable <lawncable.gitlab@simonlaux.de>2022-04-16 17:49:44 +0200
committerLawnCable <lawncable.gitlab@simonlaux.de>2022-04-16 17:49:44 +0200
commit175d0a1696591deb3745d06315c378d09acf9bca (patch)
tree648e8eb94b8970af47741ebb0a9623268e8e8ac9
parentad79684bf873ab6a6cdff036a53c95338b8b3488 (diff)
downloadclientdata-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.tsx2
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>