diff options
| author | raysfire <[email protected]> | 2015-07-02 22:56:05 -0500 |
|---|---|---|
| committer | raysfire <[email protected]> | 2015-07-02 22:56:05 -0500 |
| commit | 61cf47f4b4937b2b72681abf955cd5221d0584bf (patch) | |
| tree | b91a168222b5f3733dbfbc920771e4f19882812a /scripts | |
| parent | e92a803381ecb01e68284a5fb433b06b983d430a (diff) | |
Added in new hud animations
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/HudAnimations_tf.txt | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/scripts/HudAnimations_tf.txt b/scripts/HudAnimations_tf.txt index 7a1975f..d5ad217 100644 --- a/scripts/HudAnimations_tf.txt +++ b/scripts/HudAnimations_tf.txt @@ -868,5 +868,73 @@ event RespecEarnedPulseEndLoss StopEvent RespecEarnedPulseLoopLoss 0.0 } +event RDPositiveScorePulse +{ + Animate Score FgColor "25 255 25 255" Linear 0.0 0.0 + Animate Score FgColor "TanLight" Linear 0.1 0.2 + + Animate Score Position "3 5" Deaccel 0.0 0.05 + Animate Score Position "3 10" Accel 0.05 0.2 + + Animate ScoreShadow FgColor "0 0 0 200" Deaccel 0.0 0.05 + Animate ScoreShadow FgColor "0 0 0 255" Accel 0.1 0.2 +} + +event RDNegativeScorePulse +{ + Animate Score FgColor "255 75 75 255" Linear 0.0 0.0 + Animate Score FgColor "TanLight" Linear 0.1 0.2 + + Animate Score Position "3 5" Deaccel 0.0 0.05 + Animate Score Position "3 10" Accel 0.05 0.2 + + Animate ScoreShadow FgColor "0 0 0 200" Deaccel 0.0 0.05 + Animate ScoreShadow FgColor "0 0 0 255" Accel 0.1 0.2 +} + +event QuestNotification_Present +{ + Animate MainContainer Position "r0 94" Deaccel 0 0 + Animate MainContainer Position "r115 94" Deaccel 0.01 0.4 +} + +event QuestNotification_Hide +{ + Animate MainContainer Position "r115 94" Deaccel 0 0 + Animate MainContainer Position "r0 94" Deaccel 0.01 0.4 +} + +event ItemCard_ShowPinHint +{ + Animate PinLabel Position "0 -20" Deaccel 0 0 + + Animate PinLabel FgColor "TanLight" Linear 0.2 0 + Animate PinLabel Position "0 0" Deaccel 0.2 0.2 +} + +event ItemCard_HidePinHint +{ + Animate PinLabel Position "0 5" Deaccel 0 0.3 + + Animate PinLabel Position "0 -20" Accel 0.3 0.1 +} + +event ItemCard_ShowCloseButton +{ + Animate CloseButton Position "-8 -68" Deaccel 0 0.3 + + Animate CloseButton Position "-8 -68" Accel 0.3 0.1 +} + +event ItemCard_HideCloseButton +{ + Animate CloseButton Position "-30 -90" Deaccel 0 0.0 +} + +event QuestItem_StaticPhoto_Reveal +{ + Animate StaticPhoto Alpha "0" Accel 0 2 +} + // |
