diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-27 01:09:32 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-27 01:09:32 +0100 |
commit | cdc98b5514dca79720313de6f50e7ff421cef71a (patch) | |
tree | 2b17ea84e3e9ce84d6ad3abf593e4dbd9e9724a0 /scripts | |
parent | 5380203816432b715b0f995843c7cca119e0af59 (diff) |
Add the anti-elevator.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 31 |
1 files changed, 31 insertions, 0 deletions
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 + } +} |