diff options
Diffstat (limited to 'minmode/resource')
| -rw-r--r-- | minmode/resource/ClientScheme.res | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/minmode/resource/ClientScheme.res b/minmode/resource/ClientScheme.res index 34496ad..abf5c66 100644 --- a/minmode/resource/ClientScheme.res +++ b/minmode/resource/ClientScheme.res @@ -33,11 +33,21 @@ Scheme "Spec Health Buff" "48 255 48 255" "Spec Health Hurt" "255 153 0 255" + //alternate colors for flashing values + "Alternate Spec Health Normal" "235 226 202 255" + "Alternate Spec Health Buff" "48 255 48 255" + "Alternate Spec Health Hurt" "255 153 0 255" + //refers to player health/targetids "Health Normal" "235 226 202 255" "Health Buff" "48 255 48 255" "Health Hurt" "255 153 0 255" + //alternate colors for flashing values + "Alternate Health Normal" "235 226 202 255" + "Alternate Health Buff" "48 255 48 255" + "Alternate Health Hurt" "255 153 0 255" + "Uber Bar Color" "235 226 202 255" //solid color uber disabled by default; to enable, uncomment lines in hudanimations_tf.txt |
