diff options
Diffstat (limited to 'assets/scripts/ab_egg.shader')
-rw-r--r-- | assets/scripts/ab_egg.shader | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/assets/scripts/ab_egg.shader b/assets/scripts/ab_egg.shader new file mode 100644 index 0000000..d3a47a6 --- /dev/null +++ b/assets/scripts/ab_egg.shader @@ -0,0 +1,67 @@ +models/buildables/eggpod/pod_body +{ + cull disable + { + map models/buildables/eggpod/pod_body.tga + rgbGen lightingDiffuse + } +} + +models/buildables/eggpod/pod_tip +{ + cull disable + { + map models/buildables/eggpod/pod_tip.tga + rgbGen lightingDiffuse + alphaFunc GE128 + } +} + +models/buildables/eggpod/pod_tendrils +{ + cull disable + { + map models/buildables/eggpod/pod_tendrils.tga + rgbGen lightingDiffuse + } +} + +models/buildables/eggpod/pod_strands +{ + cull disable + { + map models/buildables/eggpod/pod_strands.tga + rgbGen lightingDiffuse + alphaFunc GE128 + } +} + +models/buildables/barricade/pod_strands +{ + cull disable + { + map models/buildables/barricade/pod_strands.tga + rgbGen lightingDiffuse + alphaFunc GE128 + } +} +models/buildables/barricade/alien_spike +{ + + { + map models/buildables/barricade/alien_spike.tga + rgbGen lightingDiffuse + } +} + +models/buildables/acid_tube/pod_strands +{ + cull disable + { + map models/buildables/eggpod/pod_strands.tga + rgbGen lightingDiffuse + alphaFunc GE128 + } +} + + |