diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-07-17 15:17:19 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-07-17 15:17:19 +0200 |
commit | 219aedadd42f004203928a90cb3dc6e1654afa0d (patch) | |
tree | ecc9efa00c7bc08073dad60ceb6142ad20375676 /scripts | |
parent | cd615a597ca11e578acfbf4b3ef17555787698dc (diff) |
Add a lot more detail to the reactor room.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 30 |
1 files changed, 30 insertions, 0 deletions
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 + } +} |