diff --git a/lumps/textures/textures.cfg b/lumps/textures/textures.cfg index c798d572..4f4eabeb 100644 --- a/lumps/textures/textures.cfg +++ b/lumps/textures/textures.cfg @@ -3465,6 +3465,26 @@ CEILVINE 128 128 CGRATE1 128 128 * CGRATE1 0 0 +; 8-row Freetonia textures +A-BRBK8 128 128 +* BRBRICK8 0 0 +A-BRBK28 128 128 +* BRBRIK28 0 0 +A-PBRIK8 128 128 +* PBRICK8 0 0 +A-PBRK18 128 128 +* PBRICK18 0 0 +A-PBRK28 128 128 +* PBRICK28 0 0 +A-BROK28 128 128 +* BROCK28 0 0 +A-DBRI18 128 128 +* DIRBRI18 0 0 +A-DBRI28 128 128 +* DIRBRI28 0 0 +A-MOSBK8 128 128 +* MOSSBRK8 0 0 + ; These textures are only in FreeDM #ifdef FREEDM diff --git a/patches/brbrick8.png b/patches/brbrick8.png new file mode 100644 index 00000000..94543d57 Binary files /dev/null and b/patches/brbrick8.png differ diff --git a/patches/brbrik28.png b/patches/brbrik28.png new file mode 100644 index 00000000..1535d669 Binary files /dev/null and b/patches/brbrik28.png differ diff --git a/patches/brock28.png b/patches/brock28.png new file mode 100644 index 00000000..7fce0850 Binary files /dev/null and b/patches/brock28.png differ diff --git a/patches/dirbri18.png b/patches/dirbri18.png new file mode 100644 index 00000000..f47e69c1 Binary files /dev/null and b/patches/dirbri18.png differ diff --git a/patches/dirbri28.png b/patches/dirbri28.png new file mode 100644 index 00000000..d868e44c Binary files /dev/null and b/patches/dirbri28.png differ diff --git a/patches/mossbrk8.png b/patches/mossbrk8.png new file mode 100644 index 00000000..d4560db7 Binary files /dev/null and b/patches/mossbrk8.png differ diff --git a/patches/pbrick18.png b/patches/pbrick18.png new file mode 100644 index 00000000..435e1c47 Binary files /dev/null and b/patches/pbrick18.png differ diff --git a/patches/pbrick28.png b/patches/pbrick28.png new file mode 100644 index 00000000..461c37aa Binary files /dev/null and b/patches/pbrick28.png differ diff --git a/patches/pbrick8.png b/patches/pbrick8.png new file mode 100644 index 00000000..86e352ce Binary files /dev/null and b/patches/pbrick8.png differ