From e52c0f866c2a5eec8b943641752221fbf84c3f71 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 28 Jul 2024 14:53:04 +1000 Subject: [PATCH] Add some missing screen textures to the courtfun shader --- scripts/map_courtfun.shader | 52 +++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/scripts/map_courtfun.shader b/scripts/map_courtfun.shader index 58a3dfa8..9225ed83 100644 --- a/scripts/map_courtfun.shader +++ b/scripts/map_courtfun.shader @@ -24,6 +24,19 @@ textures/map_courtfun/screen_backdrop } } +textures/map_courtfun/screen_black +{ + qer_editorimage textures/map_courtfun/screen_black.tga + surfaceparm trans + surfaceparm nomarks + surfaceparm nolightmap + cull none + { + map textures/map_courtfun/screen_black.tga + blendFunc filter + } +} + textures/map_courtfun/screen_obey { qer_editorimage textures/map_courtfun/screen_obey.tga @@ -37,6 +50,45 @@ textures/map_courtfun/screen_obey } } +textures/map_courtfun/screen_sleep +{ + qer_editorimage textures/map_courtfun/screen_sleep.tga + surfaceparm trans + surfaceparm nomarks + surfaceparm nolightmap + cull none + { + map textures/map_courtfun/screen_sleep.tga + blendFunc filter + } +} + +textures/map_courtfun/screen_work +{ + qer_editorimage textures/map_courtfun/screen_work.tga + surfaceparm trans + surfaceparm nomarks + surfaceparm nolightmap + cull none + { + map textures/map_courtfun/screen_work.tga + blendFunc filter + } +} + +textures/map_courtfun/screen_xon +{ + qer_editorimage textures/map_courtfun/screen_xon.tga + surfaceparm trans + surfaceparm nomarks + surfaceparm nolightmap + cull none + { + map textures/map_courtfun/screen_xon.tga + blendFunc filter + } +} + textures/map_courtfun/screenanim_xon { qer_editorimage textures/map_courtfun/screen_xon.tga -- 2.39.2