]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
retune hud gentle damage alpha
authorRudolf Polzer <divverent@alientrap.org>
Thu, 23 Dec 2010 22:24:44 +0000 (23:24 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 23 Dec 2010 22:24:44 +0000 (23:24 +0100)
defaultXonotic.cfg

index d2d2dca6c2ea4d91c66aa422e9fc431ea5364a64..f9293c606f65c17a467441c60e84d027fbe77c13 100644 (file)
@@ -1423,7 +1423,7 @@ seta hud_showbinds_limit 2        "maximum number of bound keys to show for a command.
 seta hud_colorflash_alpha 0.5 "starting alpha of the color flash"
 
 seta hud_damage 0.55 "an improved version of gl_polyblend, draw an image instead when hurt"
-seta hud_damage_gentle_alpha_multiplier 0.25 "how much to multiply alpha of flash when using the cl_gentle version, it's much more opaque than the non-gentle version"
+seta hud_damage_gentle_alpha_multiplier 0.10 "how much to multiply alpha of flash when using the cl_gentle version, it's much more opaque than the non-gentle version"
 seta hud_damage_gentle_color "1 0.7 1" "color of flash for cl_gentle version"
 seta hud_damage_color "1 0 0" "color of flash"
 seta hud_damage_factor 0.025 "(damage * factor) = how much to add to the alpha value"