summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2013-01-12 20:11:36 -0600
committerRaysFire <[email protected]>2013-01-12 20:11:36 -0600
commitbbe5e408047348b7be885af0edf65613a89176c5 (patch)
tree40bddbfe7fd99c5544f3db926340938dbcf6965f /scripts
parent7862b50785da358b52870a4939521bd46c52695b (diff)
Updated with ability to add in spy disguise image
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HudAnimations_tf.txt21
1 files changed, 14 insertions, 7 deletions
diff --git a/scripts/HudAnimations_tf.txt b/scripts/HudAnimations_tf.txt
index 197f9fe..ca8510f 100644
--- a/scripts/HudAnimations_tf.txt
+++ b/scripts/HudAnimations_tf.txt
@@ -366,16 +366,23 @@ event HudSpyDisguiseHide
Animate PlayerStatusSpyOutlineImage Alpha "0" Linear 0.2 0.1
}
+
event HudSpyDisguiseFadeIn
{
- RunEvent HudSpyDisguiseChanged 0
- Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1
+ //RunEvent HudSpyDisguiseChanged 0
+ //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1
+
+ //Uncomment the line below for spy disguise image.
+ //Animate PlayerStatusClassImage Alpha "255" Linear 0.0 0.0
}
event HudSpyDisguiseFadeOut
{
- RunEvent HudSpyDisguiseChanged 0
- Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1
+ //RunEvent HudSpyDisguiseChanged 0
+ //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1
+
+ //Uncomment the line below for spy disguise image.
+ //Animate PlayerStatusClassImage Alpha "0" Linear 0.0 0.0
}
//===========================================
@@ -797,10 +804,10 @@ event SpyWarningFlashEnd
event HudReadyPulse
{
- Animate TournamentInstructionsLabel FgColor "TanLight" Linear 0.0 0.1
- Animate TournamentInstructionsLabel FgColor "RedSolid" Linear 0.3 0.4
+ Animate TournamentInstructionsLabel FgColor "255 165 0 255" Linear 0.0 0.3
+ Animate TournamentInstructionsLabel FgColor "255 69 0 255" Linear 0.3 0.3
- RunEvent HudReadyPulseLoop 0.5
+ RunEvent HudReadyPulseLoop 0.6
}
event HudReadyPulseLoop