From: FruitieX Date: Sun, 13 Jun 2010 21:06:20 +0000 (+0300) Subject: set smaller minalpha now X-Git-Tag: xonotic-v0.1.0preview~541^2~44 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=60d7b0f111fe16a71c56c64e3856e2fa386da88e;p=xonotic%2Fxonotic-data.pk3dir.git set smaller minalpha now --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index f7a68e749..ee0811b5c 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1332,7 +1332,7 @@ seta hud_fg_alpha 1 "alpha of the foreground" seta hud_progressbar_alpha "0.5" "alpha of progressbars" seta hud_configure_checkcollisions 0 "check for collisions against other panels when in hud configure mode" -seta hud_configure_bg_minalpha 0.5 "minimum panel background alpha 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 1 "snap to grid when moving/resizing panels" seta hud_configure_grid_x 10 "snap each X pixels" seta hud_configure_grid_y 10 "snap each Y pixels"