From 506771596d6e6cb3b8284e53001a32fa04b1a8fb Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 12 Jan 2011 22:10:13 +0100 Subject: [PATCH] Old green/red colors for acceleration and a better color for speed in the Nexuiz HUD skin --- hud_nexuiz.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hud_nexuiz.cfg b/hud_nexuiz.cfg index 9969a5e27..514d34704 100644 --- a/hud_nexuiz.cfg +++ b/hud_nexuiz.cfg @@ -19,9 +19,9 @@ seta hud_progressbar_health_color "0.6 0 0" seta hud_progressbar_armor_color "0 0.6 0" seta hud_progressbar_fuel_color "0.6 0.6 0" seta hud_progressbar_nexball_color "0.7 0.1 0" -seta hud_progressbar_speed_color "1 0.5 0.75" -seta hud_progressbar_acceleration_color "0.5 1 0.75" -seta hud_progressbar_acceleration_neg_color "0.5 0.75 1" +seta hud_progressbar_speed_color "0.25 0.25 1" +seta hud_progressbar_acceleration_color "0.25 1 0.25" +seta hud_progressbar_acceleration_neg_color "1 0.25 0.25" seta _hud_panelorder "0 11 8 5 6 14 9 13 7 2 3 1 10 12 4 15 " -- 2.39.2