summaryrefslogtreecommitdiff
path: root/minmode/scripts
diff options
context:
space:
mode:
authorraysfire <[email protected]>2015-07-02 22:56:05 -0500
committerraysfire <[email protected]>2015-07-02 22:56:05 -0500
commit61cf47f4b4937b2b72681abf955cd5221d0584bf (patch)
treeb91a168222b5f3733dbfbc920771e4f19882812a /minmode/scripts
parente92a803381ecb01e68284a5fb433b06b983d430a (diff)
Added in new hud animations
Diffstat (limited to 'minmode/scripts')
-rw-r--r--minmode/scripts/HudAnimations_tf.txt70
1 files changed, 69 insertions, 1 deletions
diff --git a/minmode/scripts/HudAnimations_tf.txt b/minmode/scripts/HudAnimations_tf.txt
index 188f0a2..d5ad217 100644
--- a/minmode/scripts/HudAnimations_tf.txt
+++ b/minmode/scripts/HudAnimations_tf.txt
@@ -823,7 +823,7 @@ event HudReadyPulseEnd
StopEvent HudReadyPulseLoop 0.0
}
- // Respec in Win
+// Respec in Win
event RespecEarnedPulse
{
Animate RespecTextLabelWin FgColor "TanLight" Linear 0.0 0.1
@@ -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
+}
+
//