diff options
Diffstat (limited to 'scripts')
-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 ) } } + |