diff options
| author | ibruton <[email protected]> | 2016-03-17 21:05:09 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-17 21:05:09 -0500 |
| commit | 275b5e533e56019d716b8a87206f5f1268988121 (patch) | |
| tree | 217fb3f2997424bdab44174b2e00b656c14ff0c1 /scripts/HudAnimations_tf.txt | |
| parent | 907f0c5ccc3162615ac6af51848316365b6efbd1 (diff) | |
Added in new animations for matchmaking
Diffstat (limited to 'scripts/HudAnimations_tf.txt')
| -rw-r--r-- | scripts/HudAnimations_tf.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/scripts/HudAnimations_tf.txt b/scripts/HudAnimations_tf.txt index b2086a6..22ff047 100644 --- a/scripts/HudAnimations_tf.txt +++ b/scripts/HudAnimations_tf.txt @@ -576,6 +576,44 @@ event ActiveTimerBGPulse Animate ActiveTimerBG Alpha "255" Linear 1.1 0.1 } +event ActiveTimerHighlight +{ + Animate TimePanelValue FgColor TanLight Linear 0.1 0.1 + Animate TimePanelValue FgColor "142 134 115 255" Linear 0.3 0.1 + + Animate TimePanelValue FgColor TanLight Linear 0.5 0.1 + Animate TimePanelValue FgColor "142 134 115 255" Linear 0.7 0.1 + + Animate TimePanelValue FgColor TanLight Linear 0.9 0.1 + Animate TimePanelValue FgColor "142 134 115 255" Linear 1.1 0.1 + + Animate TimePanelValue FgColor TanLight Linear 1.3 0.3 + +} + +event ActiveTimerDim +{ + // Slow fade out + Animate TimePanelValue FgColor "142 134 115 255" Linear 0.0 0.4 +} + +//=========================================== + +event OvertimeLabelPulseRed +{ + Animate OvertimeLabel FgColor TanLight Linear 0.0 0.3 + Animate OvertimeLabel FgColor RedSolid Linear 0.3 0.3 + + RunEvent OvertimeLabelPulseRed 0.6 +} + +event SuddenDeathLabelPulseRed +{ + Animate SuddenDeathLabel FgColor TanLight Linear 0.0 0.3 + Animate SuddenDeathLabel FgColor RedSolid Linear 0.3 0.3 + + RunEvent SuddenDeathLabelPulseRed 0.2 +} //=========================================== event TeamsFullArrowAnimate |
