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