From cdc98b5514dca79720313de6f50e7ff421cef71a Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 27 Dec 2016 01:09:32 +0100 Subject: Add the anti-elevator. --- scripts/analmango.shader | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'scripts') diff --git a/scripts/analmango.shader b/scripts/analmango.shader index e5082d2..a9a918f 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -216,3 +216,34 @@ textures/analmango/mirrorfloor } } +textures/analmango/euclid_cement_1_gunky +{ + { + map textures/analmango/euclid_cement_1_gunky.jpg + } + { + map $lightmap + blendFunc filter + tcGen lightmap + } + { + map textures/analmango/euclid_cement_1_gunky_glow.jpg + blendFunc add + } +} + +textures/analmango/euclid_concrete-pit-rows +{ + { + map textures/analmango/euclid_concrete-pit-rows.jpg + } + { + map $lightmap + blendFunc filter + tcGen lightmap + } + { + map textures/analmango/euclid_concrete-pit-rows_glow.jpg + blendFunc add + } +} -- cgit