From c05b68f786715b20d0a9aef6538141c4227642ae Mon Sep 17 00:00:00 2001 From: James Barnett Date: Wed, 30 Dec 2020 14:39:44 +0000 Subject: Include demo textures --- src/main/resources/textures/wolf3d/wall-blue-1.png | Bin 0 -> 9462 bytes src/main/resources/textures/wolf3d/wall-blue-2.png | Bin 0 -> 9990 bytes src/main/resources/textures/wolf3d/wall-blue-3.png | Bin 0 -> 8493 bytes src/main/resources/textures/wolf3d/wall-blue-door.png | Bin 0 -> 10406 bytes src/main/resources/textures/wolf3d/wall-stone-1.png | Bin 0 -> 13405 bytes src/main/resources/textures/wolf3d/wall-stone-2.png | Bin 0 -> 12905 bytes src/main/resources/textures/wolf3d/wall-wood-1.png | Bin 0 -> 7533 bytes src/main/resources/textures/wolf3d/wall-wood-2.png | Bin 0 -> 18518 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/textures/wolf3d/wall-blue-1.png create mode 100644 src/main/resources/textures/wolf3d/wall-blue-2.png create mode 100644 src/main/resources/textures/wolf3d/wall-blue-3.png create mode 100644 src/main/resources/textures/wolf3d/wall-blue-door.png create mode 100644 src/main/resources/textures/wolf3d/wall-stone-1.png create mode 100644 src/main/resources/textures/wolf3d/wall-stone-2.png create mode 100644 src/main/resources/textures/wolf3d/wall-wood-1.png create mode 100644 src/main/resources/textures/wolf3d/wall-wood-2.png (limited to 'src/main/resources/textures/wolf3d') diff --git a/src/main/resources/textures/wolf3d/wall-blue-1.png b/src/main/resources/textures/wolf3d/wall-blue-1.png new file mode 100644 index 0000000..ea68184 Binary files /dev/null and b/src/main/resources/textures/wolf3d/wall-blue-1.png differ diff --git a/src/main/resources/textures/wolf3d/wall-blue-2.png b/src/main/resources/textures/wolf3d/wall-blue-2.png new file mode 100644 index 0000000..6550580 Binary files /dev/null and b/src/main/resources/textures/wolf3d/wall-blue-2.png differ diff --git a/src/main/resources/textures/wolf3d/wall-blue-3.png b/src/main/resources/textures/wolf3d/wall-blue-3.png new file mode 100644 index 0000000..2132f40 Binary files /dev/null and b/src/main/resources/textures/wolf3d/wall-blue-3.png differ diff --git a/src/main/resources/textures/wolf3d/wall-blue-door.png b/src/main/resources/textures/wolf3d/wall-blue-door.png new file mode 100644 index 0000000..1e8f4ad Binary files /dev/null and b/src/main/resources/textures/wolf3d/wall-blue-door.png differ diff --git a/src/main/resources/textures/wolf3d/wall-stone-1.png b/src/main/resources/textures/wolf3d/wall-stone-1.png new file mode 100644 index 0000000..53cb30c Binary files /dev/null and b/src/main/resources/textures/wolf3d/wall-stone-1.png differ diff --git a/src/main/resources/textures/wolf3d/wall-stone-2.png b/src/main/resources/textures/wolf3d/wall-stone-2.png new file mode 100644 index 0000000..f415444 Binary files /dev/null and b/src/main/resources/textures/wolf3d/wall-stone-2.png differ diff --git a/src/main/resources/textures/wolf3d/wall-wood-1.png b/src/main/resources/textures/wolf3d/wall-wood-1.png new file mode 100644 index 0000000..735b8ad Binary files /dev/null and b/src/main/resources/textures/wolf3d/wall-wood-1.png differ diff --git a/src/main/resources/textures/wolf3d/wall-wood-2.png b/src/main/resources/textures/wolf3d/wall-wood-2.png new file mode 100644 index 0000000..543256f Binary files /dev/null and b/src/main/resources/textures/wolf3d/wall-wood-2.png differ -- cgit v1.2.3