summaryrefslogtreecommitdiff
path: root/minmode/scripts/HudAnimations_tf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'minmode/scripts/HudAnimations_tf.txt')
-rw-r--r--minmode/scripts/HudAnimations_tf.txt20
1 files changed, 13 insertions, 7 deletions
diff --git a/minmode/scripts/HudAnimations_tf.txt b/minmode/scripts/HudAnimations_tf.txt
index 197f9fe..9528cbf 100644
--- a/minmode/scripts/HudAnimations_tf.txt
+++ b/minmode/scripts/HudAnimations_tf.txt
@@ -368,14 +368,20 @@ event HudSpyDisguiseHide
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 +803,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