diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-01-03 15:06:14 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-01-03 15:06:14 +0100 |
commit | 4adc0f112d8ff157e65faab5111d24fdf807ba97 (patch) | |
tree | 7d8d9c62dc485a267a461b91c48d08cbf811d376 /scripts | |
parent | 217376af50a145f299829332905c89953948e0bb (diff) |
Experiment with railings.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 95b5629..1841a53 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -405,3 +405,20 @@ textures/analmango/wtf_5_cd_nonsolid depthFunc equal } } + +models/mapobjects/analmango/railing_lamp +{ + q3map_surfaceLight 2500 + q3map_lightImage models/mapobjects/analmango/railing_lamp_glow.jpg + + { + map models/mapobjects/analmango/railing_lamp.jpg + } + { + map $lightmap + blendFunc filter + } + { + map models/mapobjects/analmango/railing_lamp_glow.jpg + } +} |