From: FruitieX Date: Tue, 8 Jun 2010 18:29:22 +0000 (+0300) Subject: enable notify panel by default, it should be ready for testing X-Git-Tag: xonotic-v0.1.0preview~541^2~94 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4b9f71d452ffcd5dcdff16ddf4350bb3c55973ec;p=xonotic%2Fxonotic-data.pk3dir.git enable notify panel by default, it should be ready for testing --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index e69d53b8e..87c5883cb 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1397,7 +1397,7 @@ seta hud_progressbar_health_color "0.6 0 0" "R G B vector of the progress bar ba seta hud_progressbar_armor_color "0 0.6 0" "R G B vector of the progress bar background color" seta hud_progressbar_fuel_color "0.6 0.6 0" "R G B vector of the progress bar background color" -seta hud_notify 0 "enable/disable this panel" +seta hud_notify 1 "enable/disable this panel" seta hud_notify_pos "0.1 0" "position of this base of the panel" seta hud_notify_size "0.1 0.1" "size of this panel with all notifications on" seta hud_notify_bg "" "if set to something else than \"\" = override default background"