summaryrefslogtreecommitdiff
path: root/assets/scripts/ab_infestation_slime.shader
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scripts/ab_infestation_slime.shader')
-rw-r--r--assets/scripts/ab_infestation_slime.shader45
1 files changed, 45 insertions, 0 deletions
diff --git a/assets/scripts/ab_infestation_slime.shader b/assets/scripts/ab_infestation_slime.shader
new file mode 100644
index 0000000..4fa03aa
--- /dev/null
+++ b/assets/scripts/ab_infestation_slime.shader
@@ -0,0 +1,45 @@
+//EDGE MODELS SHADER
+//by yalt 2013
+//ye.boards.net
+
+models/buildables/infestation_slime/slimetop
+{
+ cull disable
+ {
+ map models/buildables/infestation_slime/slimetop.tga
+ alphaFunc GE128
+ depthWrite
+ rgbGen lightingDiffuse
+ }
+}
+
+models/buildables/infestation_slime/slime
+{
+ {
+ map models/buildables/infestation_slime/slime.tga
+ blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
+ alphaFunc GT0
+ depthWrite
+ }
+}
+models/buildables/infestation_slime/slime_side
+{
+ {
+ map models/buildables/infestation_slime/slime_side.tga
+ blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
+ alphaFunc GT0
+ depthWrite
+ }
+}
+//slime hook
+models/infestationslimezunge
+{
+ cull disable
+ {
+ map textures/slime_ye/zunge.tga
+ blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
+ alphaFunc GE128
+ depthWrite
+ tcMod scroll 0.2 0
+ }
+} \ No newline at end of file