From: MirceaKitsune Date: Tue, 19 Jul 2011 12:24:21 +0000 (+0300) Subject: We don't need to dim the crosshair this much when unarmed any more X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e01d4e9741056a3688d51e85161bb8ef61d40a5d;p=voretournament%2Fvoretournament.git We don't need to dim the crosshair this much when unarmed any more --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 8f5012f4..57886bb1 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -115,8 +115,8 @@ seta crosshair_alpha 1 seta crosshair_size 0.35 seta crosshair_pickup 0.5 "crosshair grows then shrinks back when picking up an item" seta crosshair_color_by_health 1 "if enabled, crosshair color will depend on current health" -seta crosshair_unarmed_dim_color 0.5 "dim crosshair color by this amount when we aren't holding a weapon" -seta crosshair_unarmed_dim_alpha 0.5 "dim crosshair alpha by this amount when we aren't holding a weapon" +seta crosshair_unarmed_dim_color 0.75 "dim crosshair color to this amount when we aren't holding a weapon" +seta crosshair_unarmed_dim_alpha 0.75 "dim crosshair alpha to this amount when we aren't holding a weapon" seta crosshair_pickup_speed 4 "speed of the crosshair pickup effect" seta crosshair_ring_alpha 0.5 "alpha of the crosshair ammo ring" seta crosshair_ring_size 2.5 "size of the crosshair ammo ring"