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