]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - crosshairs.cfg
Update how crosshair color selection is handled, create a switch for it
[xonotic/xonotic-data.pk3dir.git] / crosshairs.cfg
index 655e90a21b7f43c18e3eecf78dbc875906556bd5..7f0db53e4c68c00ab1b70085d4615e127e9ea8f0 100644 (file)
@@ -37,13 +37,9 @@ seta crosshair_hittest_blur 1 "blur the crosshair if the shot is obstructed"
 seta crosshair_hittest_showimpact 0 "move the crosshair to the actual impact location if obstructed"
 
 // change color based on special case
-seta crosshair_color_by_health 0 "if enabled, crosshair color will depend on current health"
-seta crosshair_color_per_weapon 1 "when 1, each gun will display the crosshair with a different color"
-
-// change color randomly on a timer
-seta crosshair_rainbow 0
-seta crosshair_rainbow_delay 0.1
-seta crosshair_rainbow_brightness 2 "color brightness of the random crosshair colors"
+seta crosshair_color_special 1 "special color handling for crosshair... 1 = per-weapon crosshair color (see crosshair_per_weapon), 2 = crosshair changes color based on health, 3 = rainbow/random color selection"
+seta crosshair_color_special_rainbow_delay 0.1
+seta crosshair_color_special_rainbow_brightness 2 "color brightness of the random crosshair colors"
 
 
 // ===============================