r5963 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 24 17:35:34 EST 2009


Author: m0rfar
Date: 2009-02-24 17:35:34 -0500 (Tue, 24 Feb 2009)
New Revision: 5963

Added:
   trunk/data/scripts/domination.shader
Log:
ooops. I forgot the shader file for the dom points. Now it looks like it was supposed to.

Added: trunk/data/scripts/domination.shader
===================================================================
--- trunk/data/scripts/domination.shader	                        (rev 0)
+++ trunk/data/scripts/domination.shader	2009-02-24 22:35:34 UTC (rev 5963)
@@ -0,0 +1,39 @@
+textures/domination/dom_unclaimed {
+	nopicmip
+	{
+		map textures/domination/dom_unclaimed.tga
+		blendfunc add
+	}
+}
+
+textures/domination/dom_red {
+	nopicmip
+	{
+		map textures/domination/dom_red.tga
+		blendfunc add
+	}
+}
+
+textures/domination/dom_blue {
+	nopicmip
+	{
+		map textures/domination/dom_blue.tga
+		blendfunc add
+	}
+}
+
+textures/domination/dom_yellow {
+	nopicmip
+	{
+		map textures/domination/dom_yellow.tga
+		blendfunc add
+	}
+}
+
+textures/domination/dom_pink {
+	nopicmip
+	{
+		map textures/domination/dom_pink.tga
+		blendfunc add
+	}
+}




More information about the nexuiz-commits mailing list