diff options
| author | RaysFire <[email protected]> | 2013-09-12 21:24:01 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-09-12 21:24:01 -0500 |
| commit | 36af1932f248e3537624febe8daa0c5e6affdbab (patch) | |
| tree | 85ee1daff0ab2f76058abf7a64c281a828be7e24 /minmode/resource/ClientScheme.res | |
| parent | 96444c99d98e47da7dc99926a018c6af1372de64 (diff) | |
alternate flash colors
Diffstat (limited to 'minmode/resource/ClientScheme.res')
| -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 |
