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