From: Samual Date: Sat, 14 Jan 2012 21:56:05 +0000 (-0500) Subject: Disable check collisions for hud configure -- it's clunky, and most people think... X-Git-Tag: xonotic-v0.6.0~170 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9c1fb8b3e81815bd9d1ff3e43b1bb081dc77d757;p=xonotic%2Fxonotic-data.pk3dir.git Disable check collisions for hud configure -- it's clunky, and most people think it's better without it. --- 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"