diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-27 22:10:42 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-27 22:10:42 +0100 |
commit | 2c337817245599652d372eeb033a733a7e591275 (patch) | |
tree | fb709e2d934f33d4f8788e307a67a1b152419ffc /graphics/tilesets/castle2.tsx | |
parent | c50cf08bc0ba60144421335048586e20ac73a2c6 (diff) | |
download | clientdata-2c337817245599652d372eeb033a733a7e591275.tar.gz clientdata-2c337817245599652d372eeb033a733a7e591275.tar.bz2 clientdata-2c337817245599652d372eeb033a733a7e591275.tar.xz clientdata-2c337817245599652d372eeb033a733a7e591275.zip |
fix warp on 003-2
Diffstat (limited to 'graphics/tilesets/castle2.tsx')
-rw-r--r-- | graphics/tilesets/castle2.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/tilesets/castle2.tsx b/graphics/tilesets/castle2.tsx new file mode 100644 index 00000000..6895c955 --- /dev/null +++ b/graphics/tilesets/castle2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="castle2" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="castle2.png" width="512" height="512"/> +</tileset> |