diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-01-04 13:31:53 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-01-04 13:31:53 +0100 |
commit | 6608ab888304a2e4c1d1684dafd49d01ac593fe4 (patch) | |
tree | 05bc5a2a3a8a764b123fbbe2a357628301d5cfcd /scripts | |
parent | ed73e6f03fa6a2df7927f06040af993338fb708f (diff) | |
parent | e0f51d6f6a75207873472970931a14f141dfa43a (diff) |
Merge branch 'p9_wip'
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 + } +} |