diff options
author | wushin <pasekei@gmail.com> | 2013-05-25 12:36:41 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-05-25 12:36:41 -0500 |
commit | b137916e3f92c1ee0aad091167b289aa8af83081 (patch) | |
tree | b81c88952a1b3644112fed52550093a27f0699c1 /tilesets/desert3.tsx | |
parent | 98f09f6ff806652cda8db9d99fa40368ff3a89b3 (diff) | |
download | clientdata-b137916e3f92c1ee0aad091167b289aa8af83081.tar.gz clientdata-b137916e3f92c1ee0aad091167b289aa8af83081.tar.bz2 clientdata-b137916e3f92c1ee0aad091167b289aa8af83081.tar.xz clientdata-b137916e3f92c1ee0aad091167b289aa8af83081.zip |
paved roads in Tulimshar with sand coverings
Diffstat (limited to 'tilesets/desert3.tsx')
-rw-r--r-- | tilesets/desert3.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tilesets/desert3.tsx b/tilesets/desert3.tsx new file mode 100644 index 00000000..138f2dc7 --- /dev/null +++ b/tilesets/desert3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert3" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert3.png" width="512" height="256"/> +</tileset> |