diff options
Diffstat (limited to 'graphics')
25 files changed, 52 insertions, 0 deletions
diff --git a/graphics/tilesets/christmas.tsx b/graphics/tilesets/christmas.tsx new file mode 100644 index 00000000..b46fd9d0 --- /dev/null +++ b/graphics/tilesets/christmas.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Christmas" tilewidth="32" tileheight="32"> + <image source="christmas.png" width="512" height="608"/> +</tileset> diff --git a/graphics/tilesets/lof/castle.tsx b/graphics/tilesets/lof/castle.tsx new file mode 100644 index 00000000..004866c5 --- /dev/null +++ b/graphics/tilesets/lof/castle.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF Castle" tilewidth="32" tileheight="32"> + <image source="castle_1.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/lof/castle2.tsx b/graphics/tilesets/lof/castle2.tsx new file mode 100644 index 00000000..703691e8 --- /dev/null +++ b/graphics/tilesets/lof/castle2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF Castle 2" tilewidth="32" tileheight="32"> + <image source="castle_2.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/lof/castle3.tsx b/graphics/tilesets/lof/castle3.tsx new file mode 100644 index 00000000..5c30bd0b --- /dev/null +++ b/graphics/tilesets/lof/castle3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF Castle 3" tilewidth="32" tileheight="32"> + <image source="castle_3.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/lof/castle_1.png b/graphics/tilesets/lof/castle_1.png Binary files differnew file mode 100644 index 00000000..65ff10fb --- /dev/null +++ b/graphics/tilesets/lof/castle_1.png diff --git a/graphics/tilesets/lof/castle_2.png b/graphics/tilesets/lof/castle_2.png Binary files differnew file mode 100644 index 00000000..727d4675 --- /dev/null +++ b/graphics/tilesets/lof/castle_2.png diff --git a/graphics/tilesets/lof/castle_3.png b/graphics/tilesets/lof/castle_3.png Binary files differnew file mode 100644 index 00000000..af0963f0 --- /dev/null +++ b/graphics/tilesets/lof/castle_3.png diff --git a/graphics/tilesets/lof/stone_mountain.png b/graphics/tilesets/lof/stone_mountain.png Binary files differnew file mode 100644 index 00000000..90bfdfde --- /dev/null +++ b/graphics/tilesets/lof/stone_mountain.png diff --git a/graphics/tilesets/lof/stone_mountain.tsx b/graphics/tilesets/lof/stone_mountain.tsx new file mode 100644 index 00000000..af50b2c2 --- /dev/null +++ b/graphics/tilesets/lof/stone_mountain.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF Stone Mountain" tilewidth="32" tileheight="32"> + <image source="stone_mountain.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/lof/woodland_indoor.png b/graphics/tilesets/lof/woodland_indoor.png Binary files differnew file mode 100644 index 00000000..dd0beb34 --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor.png diff --git a/graphics/tilesets/lof/woodland_indoor.tsx b/graphics/tilesets/lof/woodland_indoor.tsx new file mode 100644 index 00000000..265c9997 --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF woodland_indoor" tilewidth="32" tileheight="32"> + <image source="woodland_indoor.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/lof/woodland_indoor_extra.png b/graphics/tilesets/lof/woodland_indoor_extra.png Binary files differnew file mode 100644 index 00000000..f24ae366 --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor_extra.png diff --git a/graphics/tilesets/lof/woodland_indoor_extra.tsx b/graphics/tilesets/lof/woodland_indoor_extra.tsx new file mode 100644 index 00000000..073ad872 --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor_extra.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF woodland-indoor-extra" tilewidth="32" tileheight="32"> + <image source="woodland_indoor_extra.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/lof/woodland_indoor_x2.png b/graphics/tilesets/lof/woodland_indoor_x2.png Binary files differnew file mode 100644 index 00000000..2eb16565 --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor_x2.png diff --git a/graphics/tilesets/lof/woodland_indoor_x2.tsx b/graphics/tilesets/lof/woodland_indoor_x2.tsx new file mode 100644 index 00000000..926d6ddc --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF woodland_indoor_x2" tilewidth="32" tileheight="64"> + <image source="woodland_indoor_x2.png" width="512" height="64"/> +</tileset> diff --git a/graphics/tilesets/lof/woodland_indoor_x3.png b/graphics/tilesets/lof/woodland_indoor_x3.png Binary files differnew file mode 100644 index 00000000..dcc7a1b7 --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor_x3.png diff --git a/graphics/tilesets/lof/woodland_indoor_x3.tsx b/graphics/tilesets/lof/woodland_indoor_x3.tsx new file mode 100644 index 00000000..038fabed --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF woodland_indoor_x3" tilewidth="32" tileheight="96"> + <image source="woodland_indoor_x3.png" width="512" height="96"/> +</tileset> diff --git a/graphics/tilesets/lof/woodland_indoor_x3_extra.png b/graphics/tilesets/lof/woodland_indoor_x3_extra.png Binary files differnew file mode 100644 index 00000000..410f22c9 --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor_x3_extra.png diff --git a/graphics/tilesets/lof/woodland_indoor_x3_extra.tsx b/graphics/tilesets/lof/woodland_indoor_x3_extra.tsx new file mode 100644 index 00000000..93ab32f8 --- /dev/null +++ b/graphics/tilesets/lof/woodland_indoor_x3_extra.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF woodland indoor x3 extra" tilewidth="32" tileheight="96"> + <image source="woodland_indoor_x3_extra.png" width="512" height="96"/> +</tileset> diff --git a/graphics/tilesets/lof/woodland_village.png b/graphics/tilesets/lof/woodland_village.png Binary files differnew file mode 100644 index 00000000..fce35fce --- /dev/null +++ b/graphics/tilesets/lof/woodland_village.png diff --git a/graphics/tilesets/lof/woodland_village.tsx b/graphics/tilesets/lof/woodland_village.tsx new file mode 100644 index 00000000..b29bf524 --- /dev/null +++ b/graphics/tilesets/lof/woodland_village.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF Woodland_village" tilewidth="32" tileheight="32"> + <image source="woodland_village.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/lof/woodland_village_winter.png b/graphics/tilesets/lof/woodland_village_winter.png Binary files differnew file mode 100644 index 00000000..1c3d928c --- /dev/null +++ b/graphics/tilesets/lof/woodland_village_winter.png diff --git a/graphics/tilesets/lof/woodland_village_winter.tsx b/graphics/tilesets/lof/woodland_village_winter.tsx new file mode 100644 index 00000000..8283fff8 --- /dev/null +++ b/graphics/tilesets/lof/woodland_village_winter.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF woodland_village_winter" tilewidth="32" tileheight="32"> + <image source="woodland_village_winter.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/lof/woodland_village_x2.png b/graphics/tilesets/lof/woodland_village_x2.png Binary files differnew file mode 100644 index 00000000..e8c98319 --- /dev/null +++ b/graphics/tilesets/lof/woodland_village_x2.png diff --git a/graphics/tilesets/lof/woodland_village_x2.tsx b/graphics/tilesets/lof/woodland_village_x2.tsx new file mode 100644 index 00000000..29b52707 --- /dev/null +++ b/graphics/tilesets/lof/woodland_village_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="LoF Woodland_village_x2" tilewidth="32" tileheight="64"> + <image source="woodland_village_x2.png" width="512" height="64"/> +</tileset> |