[nexuiz-commits] r6699 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun May 10 11:25:17 EDT 2009


Author: morphed
Date: 2009-05-10 11:25:17 -0400 (Sun, 10 May 2009)
New Revision: 6699

Modified:
   trunk/data/scripts/onslaught.shader
Log:
missing shader for onslaught

Modified: trunk/data/scripts/onslaught.shader
===================================================================
--- trunk/data/scripts/onslaught.shader	2009-05-10 10:19:30 UTC (rev 6698)
+++ trunk/data/scripts/onslaught.shader	2009-05-10 15:25:17 UTC (rev 6699)
@@ -7,4 +7,32 @@
 	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



More information about the nexuiz-commits mailing list