diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-20 17:35:17 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-31 14:50:52 -0700 |
commit | 58aceadf8929b7d46d5dccc54cd406e563ed4247 (patch) | |
tree | 45e340fd38a374b14596ce2864e9c2bb445a7278 /tilesets/Snow_x3.tsx | |
parent | 2900bbe3004fdf86a379a19d9fe1723fe0f0eada (diff) | |
download | clientdata-58aceadf8929b7d46d5dccc54cd406e563ed4247.tar.gz clientdata-58aceadf8929b7d46d5dccc54cd406e563ed4247.tar.bz2 clientdata-58aceadf8929b7d46d5dccc54cd406e563ed4247.tar.xz clientdata-58aceadf8929b7d46d5dccc54cd406e563ed4247.zip |
Canonicalize tileset order and use external tilesets
Diffstat (limited to 'tilesets/Snow_x3.tsx')
-rw-r--r-- | tilesets/Snow_x3.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tilesets/Snow_x3.tsx b/tilesets/Snow_x3.tsx new file mode 100644 index 00000000..85f68914 --- /dev/null +++ b/tilesets/Snow_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Snow_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/Snow_x3.png" width="512" height="96"/> +</tileset> |