From 2ac94a1efe59f0d1b85d311617cd622d6a78a0cd Mon Sep 17 00:00:00 2001 From: q3rally Date: Mon, 12 Apr 2021 20:03:19 +0000 Subject: [PATCH] removed shader lines for crosshairs in gfx.shader --- baseq3r/scripts/gfx.shader | 115 ------------------------------------- 1 file changed, 115 deletions(-) diff --git a/baseq3r/scripts/gfx.shader b/baseq3r/scripts/gfx.shader index 5ed342aa..5bc544d9 100644 --- a/baseq3r/scripts/gfx.shader +++ b/baseq3r/scripts/gfx.shader @@ -1020,121 +1020,6 @@ scoreboardPing } } -// ------------------------------------------------------------ -// 12.crosshairs -// ------------------------------------------------------------ - -gfx/2d/crosshair -{ - nopicmip - { - map gfx/2d/crosshair.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshairb -{ - nopicmip - { - map gfx/2d/crosshairb.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshairc -{ - nopicmip - { - map gfx/2d/crosshairc.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshaird -{ - nopicmip - { - map gfx/2d/crosshaird.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshaire -{ - nopicmip - { - map gfx/2d/crosshaire.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshairf -{ - nopicmip - { - map gfx/2d/crosshairf.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshairg -{ - nopicmip - { - map gfx/2d/crosshairg.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshairh -{ - nopicmip - { - map gfx/2d/crosshairh.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshairi -{ - nopicmip - { - map gfx/2d/crosshairi.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } - -} - -gfx/2d/crosshairj -{ - nopicmip - { - map gfx/2d/crosshairj.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - -gfx/2d/crosshairk -{ - nopicmip - { - map gfx/2d/crosshairk.tga - blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA - rgbGen identity - } -} - // ------------------------------------------------------------ // 13.characters and numbers // ------------------------------------------------------------