summaryrefslogtreecommitdiff
path: root/assets/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scripts')
-rw-r--r--assets/scripts/aw_level1.shader10
1 files changed, 7 insertions, 3 deletions
diff --git a/assets/scripts/aw_level1.shader b/assets/scripts/aw_level1.shader
index 8d209db..33ce967 100644
--- a/assets/scripts/aw_level1.shader
+++ b/assets/scripts/aw_level1.shader
@@ -2,11 +2,15 @@ gfx/level1/warpOverlay
{
{
map gfx/level1/warpOverlay.jpg
- blendFunc GL_ONE_MINUS_DST_COLOR GL_ONE_MINUS_SRC_COLOR
+ blendFunc GL_DST_COLOR GL_ONE
}
{
- map gfx/level1/warpOverlay2.jpg
- blendFunc filter
+ map gfx/level1/warpOverlay.jpg
+ blendFunc GL_DST_COLOR GL_ONE
+ }
+ {
+ map gfx/level1/warpOverlay.jpg
+ blendFunc GL_ONE_MINUS_DST_COLOR GL_ONE_MINUS_SRC_COLOR
}
}