From 6ee9f1128e6941d37bad30ec89c1eeff54407216 Mon Sep 17 00:00:00 2001 From: morphed Date: Sun, 10 May 2009 15:25:17 +0000 Subject: [PATCH] missing shader for onslaught git-svn-id: svn://svn.icculus.org/nexuiz/trunk@6699 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/scripts/onslaught.shader | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/data/scripts/onslaught.shader b/data/scripts/onslaught.shader index 30a0f63f1..41a282edb 100644 --- a/data/scripts/onslaught.shader +++ b/data/scripts/onslaught.shader @@ -7,4 +7,32 @@ ons_shield tcMod scroll 0.03 0.001 tcGen environment } +} + +ons_pad_text +{ + cull none + { + map textures/ons_text.tga + tcMod scroll 0.1 0 + blendfunc add + + } +} + +ons_icon_text +{ + { + map textures/ons_text.tga + tcMod scroll 0.1 0 + } +} + +ons_icon_thrust +{ + { + map textures/ons_icon_thrust.tga + tcMod scroll 3 0 + tcMod rotate 10 + } } \ No newline at end of file -- 2.39.2