]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable check collisions for hud configure -- it's clunky, and most people think...
authorSamual <samual@xonotic.org>
Sat, 14 Jan 2012 21:56:05 +0000 (16:56 -0500)
committerSamual <samual@xonotic.org>
Sat, 14 Jan 2012 21:56:05 +0000 (16:56 -0500)
_hud_common.cfg

index c46bbee713bf099c6bf74b45e474ee7baea0a559..f246ab7bc014a29188a3341232813a9e9631f7ae 100644 (file)
@@ -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"