[nexuiz-commits] r6964 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jun 10 15:07:14 EDT 2009


Author: div0
Date: 2009-06-10 15:07:11 -0400 (Wed, 10 Jun 2009)
New Revision: 6964

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
fix default sbar color values


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-06-10 18:39:27 UTC (rev 6963)
+++ trunk/data/defaultNexuiz.cfg	2009-06-10 19:07:11 UTC (rev 6964)
@@ -1257,8 +1257,8 @@
 seta sbar_alpha_bg 0.7
 seta sbar_alpha_fg 1
 seta sbar_color_bg_r 0 "red color component of the HUD background"
-seta sbar_color_bg_g 0.5 "green color component of the HUD background"
-seta sbar_color_bg_b 0.175 "blue color component of the HUD background"
+seta sbar_color_bg_g 0.25 "green color component of the HUD background"
+seta sbar_color_bg_b 0.17 "blue color component of the HUD background"
 seta sbar_color_bg_team 0.5 "team color multiplier of the HUD background"
 
 // for menu server list (eventually make them have engine support?)



More information about the nexuiz-commits mailing list