summaryrefslogtreecommitdiff
path: root/assets/scripts/g_buildmarker.shader
diff options
context:
space:
mode:
authorPaweł Redman <trem.redman@gmail.com>2014-01-19 11:44:43 +0100
committerPaweł Redman <trem.redman@gmail.com>2014-01-19 11:44:43 +0100
commitf9a8b76c0f912cea66eacf71162a3090fda698d8 (patch)
tree02b97139346540ba9b1d324f5717ee4bc37f332c /assets/scripts/g_buildmarker.shader
parent0f00273fe1b2c7044dd23512408632eae6e0dca6 (diff)
0.1.6
Diffstat (limited to 'assets/scripts/g_buildmarker.shader')
-rw-r--r--assets/scripts/g_buildmarker.shader17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/scripts/g_buildmarker.shader b/assets/scripts/g_buildmarker.shader
new file mode 100644
index 0000000..bae10ae
--- /dev/null
+++ b/assets/scripts/g_buildmarker.shader
@@ -0,0 +1,17 @@
+gfx/misc/redbuild
+{
+ cull disable
+ {
+ map gfx/misc/redbuild.tga
+ blendfunc add
+ }
+}
+
+gfx/misc/greenbuild
+{
+ cull disable
+ {
+ map gfx/misc/greenbuild.tga
+ blendfunc add
+ }
+} \ No newline at end of file