diff options
Diffstat (limited to 'graphics/tiles/lof')
-rw-r--r-- | graphics/tiles/lof/warp_gates.png | bin | 0 -> 22460 bytes | |||
-rw-r--r-- | graphics/tiles/lof/woodland_indoor.png | bin | 0 -> 94607 bytes | |||
-rw-r--r-- | graphics/tiles/lof/woodland_indoor.tsx | 4 | ||||
-rw-r--r-- | graphics/tiles/lof/woodland_indoor_extra.png | bin | 0 -> 81154 bytes | |||
-rw-r--r-- | graphics/tiles/lof/woodland_indoor_extra.tsx | 4 |
5 files changed, 8 insertions, 0 deletions
diff --git a/graphics/tiles/lof/warp_gates.png b/graphics/tiles/lof/warp_gates.png Binary files differnew file mode 100644 index 00000000..cceec189 --- /dev/null +++ b/graphics/tiles/lof/warp_gates.png diff --git a/graphics/tiles/lof/woodland_indoor.png b/graphics/tiles/lof/woodland_indoor.png Binary files differnew file mode 100644 index 00000000..0038de1a --- /dev/null +++ b/graphics/tiles/lof/woodland_indoor.png diff --git a/graphics/tiles/lof/woodland_indoor.tsx b/graphics/tiles/lof/woodland_indoor.tsx new file mode 100644 index 00000000..265c9997 --- /dev/null +++ b/graphics/tiles/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/tiles/lof/woodland_indoor_extra.png b/graphics/tiles/lof/woodland_indoor_extra.png Binary files differnew file mode 100644 index 00000000..3eca9142 --- /dev/null +++ b/graphics/tiles/lof/woodland_indoor_extra.png diff --git a/graphics/tiles/lof/woodland_indoor_extra.tsx b/graphics/tiles/lof/woodland_indoor_extra.tsx new file mode 100644 index 00000000..073ad872 --- /dev/null +++ b/graphics/tiles/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> |