diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-07-17 01:58:05 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-07-17 01:58:05 +0200 |
commit | 0602db208b7ff1c5d0a5acc2f6a94f3b5582665c (patch) | |
tree | 6fe1ddfe0ff150999717083375ea2b4b3c9d20e8 /scripts/analmango.shader | |
parent | 85caee5619a94bfb66711118ed11458f5380eaa3 (diff) |
Add some text on the clock.
Diffstat (limited to 'scripts/analmango.shader')
-rw-r--r-- | scripts/analmango.shader | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 4d8cc61..05cce87 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -756,3 +756,18 @@ textures/analmango/theparty map textures/analmango/theparty.jpg } } + +textures/analmango/bgaa +{ + surfaceparm noimpact + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/bgaa.jpg + blendFunc add + } +} |