From 219aedadd42f004203928a90cb3dc6e1654afa0d Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Mon, 17 Jul 2017 15:17:19 +0200 Subject: Add a lot more detail to the reactor room. --- scripts/analmango.shader | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'scripts') diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 05cce87..5d0db36 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -771,3 +771,33 @@ textures/analmango/bgaa blendFunc add } } + +textures/analmango/physics_shit +{ + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/physics_shit.jpg + } + { + map $lightmap + blendFunc filter + } +} + +textures/analmango/CLASSIFIED +{ + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/CLASSIFIED.jpg + } + { + map $lightmap + blendFunc filter + } +} -- cgit