From 9c1fb8b3e81815bd9d1ff3e43b1bb081dc77d757 Mon Sep 17 00:00:00 2001 From: Samual Date: Sat, 14 Jan 2012 16:56:05 -0500 Subject: [PATCH] Disable check collisions for hud configure -- it's clunky, and most people think it's better without it. --- _hud_common.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_hud_common.cfg b/_hud_common.cfg index c46bbee71..f246ab7bc 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -1,7 +1,7 @@ // hud variables set _hud_configure 0 "1 = configure the HUD" seta hud_configure_teamcolorforced 0 "1 = force display of team colors in configure mode" -seta hud_configure_checkcollisions 1 "check for collisions against other panels when in hud configure mode" +seta hud_configure_checkcollisions 0 "check for collisions against other panels when in hud configure mode" seta hud_configure_bg_minalpha 0.25 "minimum panel background alpha when in hud configure mode" seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mode" -- 2.39.2