summaryrefslogtreecommitdiff
path: root/graphics/tilesets
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-07 16:21:51 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-07 16:21:51 -0300
commitd0c50f0dd0b914e15303a917b6638cbe2d4b8dd0 (patch)
tree096926dbb9509405a52bbe63b4254653a17ed6dd /graphics/tilesets
parent7f420c39de5ecc305457108b9b04d0c595fc52fa (diff)
downloadclientdata-d0c50f0dd0b914e15303a917b6638cbe2d4b8dd0.tar.gz
clientdata-d0c50f0dd0b914e15303a917b6638cbe2d4b8dd0.tar.bz2
clientdata-d0c50f0dd0b914e15303a917b6638cbe2d4b8dd0.tar.xz
clientdata-d0c50f0dd0b914e15303a917b6638cbe2d4b8dd0.zip
Initial version of LoF Maps - Far away from remotely finished! Do not use warps!
Diffstat (limited to 'graphics/tilesets')
-rw-r--r--graphics/tilesets/christmas.tsx4
-rw-r--r--graphics/tilesets/lof/castle.tsx4
-rw-r--r--graphics/tilesets/lof/castle2.tsx4
-rw-r--r--graphics/tilesets/lof/castle3.tsx4
-rw-r--r--graphics/tilesets/lof/castle_1.pngbin0 -> 398919 bytes
-rw-r--r--graphics/tilesets/lof/castle_2.pngbin0 -> 321236 bytes
-rw-r--r--graphics/tilesets/lof/castle_3.pngbin0 -> 129106 bytes
-rw-r--r--graphics/tilesets/lof/stone_mountain.pngbin0 -> 363298 bytes
-rw-r--r--graphics/tilesets/lof/stone_mountain.tsx4
-rw-r--r--graphics/tilesets/lof/woodland_indoor.pngbin0 -> 131690 bytes
-rw-r--r--graphics/tilesets/lof/woodland_indoor.tsx4
-rw-r--r--graphics/tilesets/lof/woodland_indoor_extra.pngbin0 -> 127417 bytes
-rw-r--r--graphics/tilesets/lof/woodland_indoor_extra.tsx4
-rw-r--r--graphics/tilesets/lof/woodland_indoor_x2.pngbin0 -> 14367 bytes
-rw-r--r--graphics/tilesets/lof/woodland_indoor_x2.tsx4
-rw-r--r--graphics/tilesets/lof/woodland_indoor_x3.pngbin0 -> 39274 bytes
-rw-r--r--graphics/tilesets/lof/woodland_indoor_x3.tsx4
-rw-r--r--graphics/tilesets/lof/woodland_indoor_x3_extra.pngbin0 -> 21646 bytes
-rw-r--r--graphics/tilesets/lof/woodland_indoor_x3_extra.tsx4
-rw-r--r--graphics/tilesets/lof/woodland_village.pngbin0 -> 207320 bytes
-rw-r--r--graphics/tilesets/lof/woodland_village.tsx4
-rw-r--r--graphics/tilesets/lof/woodland_village_winter.pngbin0 -> 184905 bytes
-rw-r--r--graphics/tilesets/lof/woodland_village_winter.tsx4
-rw-r--r--graphics/tilesets/lof/woodland_village_x2.pngbin0 -> 20807 bytes
-rw-r--r--graphics/tilesets/lof/woodland_village_x2.tsx4
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
new file mode 100644
index 00000000..65ff10fb
--- /dev/null
+++ b/graphics/tilesets/lof/castle_1.png
Binary files differ
diff --git a/graphics/tilesets/lof/castle_2.png b/graphics/tilesets/lof/castle_2.png
new file mode 100644
index 00000000..727d4675
--- /dev/null
+++ b/graphics/tilesets/lof/castle_2.png
Binary files differ
diff --git a/graphics/tilesets/lof/castle_3.png b/graphics/tilesets/lof/castle_3.png
new file mode 100644
index 00000000..af0963f0
--- /dev/null
+++ b/graphics/tilesets/lof/castle_3.png
Binary files differ
diff --git a/graphics/tilesets/lof/stone_mountain.png b/graphics/tilesets/lof/stone_mountain.png
new file mode 100644
index 00000000..90bfdfde
--- /dev/null
+++ b/graphics/tilesets/lof/stone_mountain.png
Binary files differ
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
new file mode 100644
index 00000000..dd0beb34
--- /dev/null
+++ b/graphics/tilesets/lof/woodland_indoor.png
Binary files differ
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
new file mode 100644
index 00000000..f24ae366
--- /dev/null
+++ b/graphics/tilesets/lof/woodland_indoor_extra.png
Binary files differ
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
new file mode 100644
index 00000000..2eb16565
--- /dev/null
+++ b/graphics/tilesets/lof/woodland_indoor_x2.png
Binary files differ
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
new file mode 100644
index 00000000..dcc7a1b7
--- /dev/null
+++ b/graphics/tilesets/lof/woodland_indoor_x3.png
Binary files differ
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
new file mode 100644
index 00000000..410f22c9
--- /dev/null
+++ b/graphics/tilesets/lof/woodland_indoor_x3_extra.png
Binary files differ
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
new file mode 100644
index 00000000..fce35fce
--- /dev/null
+++ b/graphics/tilesets/lof/woodland_village.png
Binary files differ
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
new file mode 100644
index 00000000..1c3d928c
--- /dev/null
+++ b/graphics/tilesets/lof/woodland_village_winter.png
Binary files differ
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
new file mode 100644
index 00000000..e8c98319
--- /dev/null
+++ b/graphics/tilesets/lof/woodland_village_x2.png
Binary files differ
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>