diff options
-rw-r--r-- | graphics/tiles/Witch_sisters_picture_x3.png | bin | 0 -> 12407 bytes | |||
-rw-r--r-- | graphics/tiles/power_circle_x2.png | bin | 0 -> 9483 bytes | |||
-rw-r--r-- | graphics/tiles/soulmenhirs_x2.png | bin | 0 -> 22531 bytes | |||
-rw-r--r-- | tilesets/Witch_sisters_picture_x3.tsx | 4 | ||||
-rw-r--r-- | tilesets/power_circle_x2.tsx | 4 | ||||
-rw-r--r-- | tilesets/soulmenhirs_x2.tsx | 4 |
6 files changed, 12 insertions, 0 deletions
diff --git a/graphics/tiles/Witch_sisters_picture_x3.png b/graphics/tiles/Witch_sisters_picture_x3.png Binary files differnew file mode 100644 index 00000000..b70fbeeb --- /dev/null +++ b/graphics/tiles/Witch_sisters_picture_x3.png diff --git a/graphics/tiles/power_circle_x2.png b/graphics/tiles/power_circle_x2.png Binary files differnew file mode 100644 index 00000000..23e82827 --- /dev/null +++ b/graphics/tiles/power_circle_x2.png diff --git a/graphics/tiles/soulmenhirs_x2.png b/graphics/tiles/soulmenhirs_x2.png Binary files differnew file mode 100644 index 00000000..f2653a0b --- /dev/null +++ b/graphics/tiles/soulmenhirs_x2.png diff --git a/tilesets/Witch_sisters_picture_x3.tsx b/tilesets/Witch_sisters_picture_x3.tsx new file mode 100644 index 00000000..e6dfff75 --- /dev/null +++ b/tilesets/Witch_sisters_picture_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Witch_sisters_picture_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/Witch_sisters_picture_x3.png" width="64" height="96"/> +</tileset> diff --git a/tilesets/power_circle_x2.tsx b/tilesets/power_circle_x2.tsx new file mode 100644 index 00000000..5d51d8f8 --- /dev/null +++ b/tilesets/power_circle_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="power_circle_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/power_circle_x2.png" width="96" height="64"/> +</tileset> diff --git a/tilesets/soulmenhirs_x2.tsx b/tilesets/soulmenhirs_x2.tsx new file mode 100644 index 00000000..f05f1816 --- /dev/null +++ b/tilesets/soulmenhirs_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="soulmenhirs_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/soulmenhirs_x2.png" width="512" height="64"/> +</tileset> |