diff options
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/desertstone.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/tilesets/desertstone.tsx b/graphics/tilesets/desertstone.tsx new file mode 100644 index 00000000..f87588b8 --- /dev/null +++ b/graphics/tilesets/desertstone.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desertstone" tilewidth="32" tileheight="32" tilecount="96" columns="16"> + <image source="desertstone.png" width="512" height="192"/> +</tileset> |