From: Maik Merten Date: Sun, 24 Jul 2011 19:04:16 +0000 (+0200) Subject: fix shader and textures for courtfun screen messages X-Git-Tag: xonotic-v0.5.0~92^2~3 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=3e6155c0c41eeaa062db2f04dd47e68f3dfabd6d fix shader and textures for courtfun screen messages --- diff --git a/scripts/map_courtfun.shader b/scripts/map_courtfun.shader index 1bed354c..32210175 100644 --- a/scripts/map_courtfun.shader +++ b/scripts/map_courtfun.shader @@ -7,7 +7,7 @@ textures/map_courtfun/screenanim_work cull none { animMap 1 textures/map_courtfun/screen_sleep.tga textures/map_courtfun/screen_work.tga textures/map_courtfun/screen_obey.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga - blendFunc GL_ONE GL_ONE + blendFunc filter } } @@ -20,7 +20,7 @@ textures/map_courtfun/screenanim_obey cull none { animMap 1 textures/map_courtfun/screen_obey.tga textures/map_courtfun/screen_xon.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga - blendFunc GL_ONE GL_ONE + blendFunc filter } } diff --git a/textures/map_courtfun/screen_black.tga b/textures/map_courtfun/screen_black.tga index 20440d31..154812c3 100644 Binary files a/textures/map_courtfun/screen_black.tga and b/textures/map_courtfun/screen_black.tga differ diff --git a/textures/map_courtfun/screen_obey.tga b/textures/map_courtfun/screen_obey.tga index cca9b179..29f18b53 100644 Binary files a/textures/map_courtfun/screen_obey.tga and b/textures/map_courtfun/screen_obey.tga differ diff --git a/textures/map_courtfun/screen_sleep.tga b/textures/map_courtfun/screen_sleep.tga index 37634826..0907a836 100644 Binary files a/textures/map_courtfun/screen_sleep.tga and b/textures/map_courtfun/screen_sleep.tga differ diff --git a/textures/map_courtfun/screen_work.tga b/textures/map_courtfun/screen_work.tga index b4a834ac..b0b1e1d9 100644 Binary files a/textures/map_courtfun/screen_work.tga and b/textures/map_courtfun/screen_work.tga differ diff --git a/textures/map_courtfun/screen_xon.tga b/textures/map_courtfun/screen_xon.tga index 67458e9b..a8551889 100644 Binary files a/textures/map_courtfun/screen_xon.tga and b/textures/map_courtfun/screen_xon.tga differ