From: FruitieX Date: Sun, 2 May 2010 11:50:03 +0000 (+0300) Subject: disable WIP panels for now X-Git-Tag: xonotic-v0.1.0preview~541^2~217 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=45138850f8b86401d20cc0af410bebcea8e68c61;p=xonotic%2Fxonotic-data.pk3dir.git disable WIP panels for now --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 5cc893cc2..4d3817867 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1338,7 +1338,7 @@ seta hud_inventory_bg 1 "enable/disable the background of this panel" seta hud_inventory_marigin 30 "size of marigin from the background edges" seta hud_inventory_color "" "optional R G B vector of the inventory background color, otherwise use hud default" -seta hud_powerups 1 "enable/disable this panel" +seta hud_powerups 0 "enable/disable this panel" seta hud_powerups_pos "0 -90" "position of this panel" seta hud_powerups_size "240 90" "size of this panel" seta hud_powerups_bg 1 "enable/disable the background of this panel" @@ -1354,7 +1354,7 @@ seta hud_healtharmor_color "" "optional R G B vector of the inventory background seta hud_progressbar_health_color "0.6 0 0" "optional R G B vector of the inventory background color, otherwise use hud default" seta hud_progressbar_armor_color "0 0.6 0" "optional R G B vector of the inventory background color, otherwise use hud default" -seta hud_notify 1 "enable/disable this panel" +seta hud_notify 0 "enable/disable this panel" seta hud_notify_pos "-300 -37.5" "position of this base of the panel" seta hud_notify_size "200 37.5" "size of this panel with all notifications on" seta hud_notify_bg 1 "enable/disable the background of this panel" @@ -1376,14 +1376,14 @@ seta hud_radar_bg 1 "enable/disable the background of this panel" seta hud_radar_marigin 30 "size of marigin from the background edges" seta hud_radar_color "" "optional R G B vector of the inventory background color, otherwise use hud default" -seta hud_score 1 "enable/disable this panel" +seta hud_score 0 "enable/disable this panel" seta hud_score_pos "-300 -37.5" "position of this base of the panel" seta hud_score_size "200 37.5" "size of this panel" seta hud_score_bg 1 "enable/disable the background of this panel" seta hud_score_marigin 30 "size of marigin from the background edges" seta hud_score_color "" "optional R G B vector of the inventory background color, otherwise use hud default" -seta hud_racetimer 1 "enable/disable this panel" +seta hud_racetimer 0 "enable/disable this panel" seta hud_racetimer_pos "-300 -37.5" "position of this base of the panel" seta hud_racetimer_size "200 37.5" "size of this panel" seta hud_racetimer_bg 0 "enable/disable the background of this panel"