diff options
author | MaeJong <mewiceclair@gmail.com> | 2016-12-26 16:43:41 +0100 |
---|---|---|
committer | MaeJong <mewiceclair@gmail.com> | 2016-12-26 16:43:41 +0100 |
commit | d5e377ca015e268e9c50536572f335cd020ad67d (patch) | |
tree | 3fb05122806f7fa4ffc6d06da13bc3d45289ecc4 /scripts/analmango.shader | |
parent | 09776a4ea853694ff07bf70de618b8fc8a56c38c (diff) | |
parent | a16fbf164db7e00dbfba49811a76afd86fed7a59 (diff) |
Merge branch 'master' of redman.xyz:/var/git/analmango into maejong
Diffstat (limited to 'scripts/analmango.shader')
-rw-r--r-- | scripts/analmango.shader | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 8e93a6a..e5082d2 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -168,6 +168,29 @@ textures/analmango/redlight_2K5_nonsolid } } +textures/analmango/sausage +{ + surfaceparm nonsolid + polygonOffset + + { + map textures/analmango/sausage.jpg + blendFunc filter + } +} + +textures/analmango/euclid +{ + surfaceparm nolightmap + surfaceparm ladder + q3map_surfacelight 500 + + { + map textures/analmango/euclid.jpg + } +} + + //Figure this shit out - Needs a nice texture I think //Works perfectly fine, but couldn't get to tweak it properly myself //Texture needs alpha channel & 90-100%-ish transparency @@ -192,3 +215,4 @@ textures/analmango/mirrorfloor rgbGen const ( 0.6 0.6 0.64 ) } } + |