From: Severin Meyer Date: Wed, 12 Aug 2015 00:46:13 +0000 (+0200) Subject: Increase the alpha value of loading itemstime icons X-Git-Tag: xonotic-v0.8.1~7^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ace30b72275ea2fdac88646eeb09e474fec61879;p=xonotic%2Fxonotic-data.pk3dir.git Increase the alpha value of loading itemstime icons --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index e18b705fa..83ea11b2b 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4643,7 +4643,7 @@ void DrawItemsTimeItem(vector myPos, vector mySize, float ar, float itemcode, fl picalpha = BLINK_BASE + BLINK_FACTOR * cos(time * BLINK_FREQ); } else - picalpha = 0.3; + picalpha = 0.5; t = floor(item_time - time + 0.999); if(t < 5) color = '0.7 0 0';