From dbfa24e6a63a7707e008d4967228cf3e23a12d08 Mon Sep 17 00:00:00 2001 From: m0rfar Date: Tue, 24 Feb 2009 22:35:34 +0000 Subject: [PATCH] ooops. I forgot the shader file for the dom points. Now it looks like it was supposed to. git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5963 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/scripts/domination.shader | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 data/scripts/domination.shader diff --git a/data/scripts/domination.shader b/data/scripts/domination.shader new file mode 100644 index 000000000..14678780c --- /dev/null +++ b/data/scripts/domination.shader @@ -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 + } +} -- 2.39.2