diff options
author | Alige <aligetmw@hotmail.fr> | 2012-07-09 14:49:53 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-07-09 14:49:53 +0200 |
commit | 688cf919ec8798fdf8c72f1931b00608b5e29860 (patch) | |
tree | ff0a2ee0b79e8620c503bcbf55066e320c1d453d /graphics/tilesets | |
parent | cc6e1ec9b4c3c09755e62cd2475c343aa3e6113a (diff) | |
download | clientdata-688cf919ec8798fdf8c72f1931b00608b5e29860.tar.gz clientdata-688cf919ec8798fdf8c72f1931b00608b5e29860.tar.bz2 clientdata-688cf919ec8798fdf8c72f1931b00608b5e29860.tar.xz clientdata-688cf919ec8798fdf8c72f1931b00608b5e29860.zip |
Fixed a typo in ragingwater.tsx.
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/ragingwater.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tilesets/ragingwater.tsx b/graphics/tilesets/ragingwater.tsx index 0c35e54f..e21e4802 100644 --- a/graphics/tilesets/ragingwater.tsx +++ b/graphics/tilesets/ragingwater.tsx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="water" tilewidth="32" tileheight="32"> - <image source="wsater.png" width="480" height="352"/> + <image source="water.png" width="480" height="352"/> <tile id="120"> <properties> <property name="animation-delay0" value="18"/> |