seta sbar_scoreboard_highlight_alpha_self 0.25 "self highlight alpha value"\r
seta sbar_stomachboard_status_brightness 0.5 "brightness of the stomach board status"\r
seta sbar_stomachboard_status_alpha 0.75 "alpha of the stomach board status"\r
+seta sbar_stomachboard_status_fade 0.0125 "color fading speed of the stomach board status"\r
seta sbar_stomachboard_highlight_brightness 0.5 "brightness of the stomach board highlight"\r
seta sbar_stomachboard_highlight_alpha 0.25 "alpha of the stomach board highlight"\r
seta sbar_timer_increment 0 "1 = show elapsed time on the timer"\r
vector Stomachstatus_Colortrans(vector target_color)\r
{\r
local float step;\r
- step = 0.0125;\r
+ step = cvar("sbar_stomachboard_status_fade");\r
\r
if(colortrans_current_x > target_color_x + step)\r
colortrans_current_x -= step;\r