Update topic highlighting documentation

This commit is contained in:
Alexei Kotov 2024-09-22 21:10:59 +03:00
parent e369ab941e
commit b412b60a07
2 changed files with 14 additions and 18 deletions

View file

@ -218,18 +218,14 @@ keyboard navigation = true
color topic enable = false
# The color of dialogue topic keywords that gives unique actor responses
# Format R G B A or empty for no special formatting
# Default to blue
color topic specific = 0.45 0.5 0.8 1
color topic specific over = 0.6 0.6 0.85 1
color topic specific pressed = 0.3 0.35 0.75 1
# The color of dialogue topic keywords that gives already read responses
# Format R G B A or empty for no special formatting
# Default to grey
color topic exhausted = 0.3 0.3 0.3 1
color topic exhausted over = 0.55 0.55 0.55 1
color topic exhausted pressed= 0.45 0.45 0.45 1
color topic exhausted pressed = 0.45 0.45 0.45 1
[HUD]