From d0c50f0dd0b914e15303a917b6638cbe2d4b8dd0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Jul 2018 16:21:51 -0300 Subject: Initial version of LoF Maps - Far away from remotely finished! Do not use warps! --- graphics/tilesets/christmas.tsx | 4 ++++ graphics/tilesets/lof/castle.tsx | 4 ++++ graphics/tilesets/lof/castle2.tsx | 4 ++++ graphics/tilesets/lof/castle3.tsx | 4 ++++ graphics/tilesets/lof/castle_1.png | Bin 0 -> 398919 bytes graphics/tilesets/lof/castle_2.png | Bin 0 -> 321236 bytes graphics/tilesets/lof/castle_3.png | Bin 0 -> 129106 bytes graphics/tilesets/lof/stone_mountain.png | Bin 0 -> 363298 bytes graphics/tilesets/lof/stone_mountain.tsx | 4 ++++ graphics/tilesets/lof/woodland_indoor.png | Bin 0 -> 131690 bytes graphics/tilesets/lof/woodland_indoor.tsx | 4 ++++ graphics/tilesets/lof/woodland_indoor_extra.png | Bin 0 -> 127417 bytes graphics/tilesets/lof/woodland_indoor_extra.tsx | 4 ++++ graphics/tilesets/lof/woodland_indoor_x2.png | Bin 0 -> 14367 bytes graphics/tilesets/lof/woodland_indoor_x2.tsx | 4 ++++ graphics/tilesets/lof/woodland_indoor_x3.png | Bin 0 -> 39274 bytes graphics/tilesets/lof/woodland_indoor_x3.tsx | 4 ++++ graphics/tilesets/lof/woodland_indoor_x3_extra.png | Bin 0 -> 21646 bytes graphics/tilesets/lof/woodland_indoor_x3_extra.tsx | 4 ++++ graphics/tilesets/lof/woodland_village.png | Bin 0 -> 207320 bytes graphics/tilesets/lof/woodland_village.tsx | 4 ++++ graphics/tilesets/lof/woodland_village_winter.png | Bin 0 -> 184905 bytes graphics/tilesets/lof/woodland_village_winter.tsx | 4 ++++ graphics/tilesets/lof/woodland_village_x2.png | Bin 0 -> 20807 bytes graphics/tilesets/lof/woodland_village_x2.tsx | 4 ++++ 25 files changed, 52 insertions(+) create mode 100644 graphics/tilesets/christmas.tsx create mode 100644 graphics/tilesets/lof/castle.tsx create mode 100644 graphics/tilesets/lof/castle2.tsx create mode 100644 graphics/tilesets/lof/castle3.tsx create mode 100644 graphics/tilesets/lof/castle_1.png create mode 100644 graphics/tilesets/lof/castle_2.png create mode 100644 graphics/tilesets/lof/castle_3.png create mode 100644 graphics/tilesets/lof/stone_mountain.png create mode 100644 graphics/tilesets/lof/stone_mountain.tsx create mode 100644 graphics/tilesets/lof/woodland_indoor.png create mode 100644 graphics/tilesets/lof/woodland_indoor.tsx create mode 100644 graphics/tilesets/lof/woodland_indoor_extra.png create mode 100644 graphics/tilesets/lof/woodland_indoor_extra.tsx create mode 100644 graphics/tilesets/lof/woodland_indoor_x2.png create mode 100644 graphics/tilesets/lof/woodland_indoor_x2.tsx create mode 100644 graphics/tilesets/lof/woodland_indoor_x3.png create mode 100644 graphics/tilesets/lof/woodland_indoor_x3.tsx create mode 100644 graphics/tilesets/lof/woodland_indoor_x3_extra.png create mode 100644 graphics/tilesets/lof/woodland_indoor_x3_extra.tsx create mode 100644 graphics/tilesets/lof/woodland_village.png create mode 100644 graphics/tilesets/lof/woodland_village.tsx create mode 100644 graphics/tilesets/lof/woodland_village_winter.png create mode 100644 graphics/tilesets/lof/woodland_village_winter.tsx create mode 100644 graphics/tilesets/lof/woodland_village_x2.png create mode 100644 graphics/tilesets/lof/woodland_village_x2.tsx (limited to 'graphics') 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 @@ + + + + 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 @@ + + + + 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 @@ + + + + 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 @@ + + + + diff --git a/graphics/tilesets/lof/castle_1.png b/graphics/tilesets/lof/castle_1.png new file mode 100644 index 00000000..65ff10fb Binary files /dev/null and b/graphics/tilesets/lof/castle_1.png differ diff --git a/graphics/tilesets/lof/castle_2.png b/graphics/tilesets/lof/castle_2.png new file mode 100644 index 00000000..727d4675 Binary files /dev/null and b/graphics/tilesets/lof/castle_2.png differ diff --git a/graphics/tilesets/lof/castle_3.png b/graphics/tilesets/lof/castle_3.png new file mode 100644 index 00000000..af0963f0 Binary files /dev/null and b/graphics/tilesets/lof/castle_3.png differ diff --git a/graphics/tilesets/lof/stone_mountain.png b/graphics/tilesets/lof/stone_mountain.png new file mode 100644 index 00000000..90bfdfde Binary files /dev/null and b/graphics/tilesets/lof/stone_mountain.png 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 @@ + + + + diff --git a/graphics/tilesets/lof/woodland_indoor.png b/graphics/tilesets/lof/woodland_indoor.png new file mode 100644 index 00000000..dd0beb34 Binary files /dev/null and b/graphics/tilesets/lof/woodland_indoor.png 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 @@ + + + + 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 Binary files /dev/null and b/graphics/tilesets/lof/woodland_indoor_extra.png 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 @@ + + + + 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 Binary files /dev/null and b/graphics/tilesets/lof/woodland_indoor_x2.png 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 @@ + + + + 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 Binary files /dev/null and b/graphics/tilesets/lof/woodland_indoor_x3.png 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 @@ + + + + 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 Binary files /dev/null and b/graphics/tilesets/lof/woodland_indoor_x3_extra.png 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 @@ + + + + diff --git a/graphics/tilesets/lof/woodland_village.png b/graphics/tilesets/lof/woodland_village.png new file mode 100644 index 00000000..fce35fce Binary files /dev/null and b/graphics/tilesets/lof/woodland_village.png 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 @@ + + + + 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 Binary files /dev/null and b/graphics/tilesets/lof/woodland_village_winter.png 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 @@ + + + + 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 Binary files /dev/null and b/graphics/tilesets/lof/woodland_village_x2.png 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 @@ + + + + -- cgit v1.2.3-60-g2f50