diff options
| author | RaysFire <[email protected]> | 2013-01-12 20:11:36 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-01-12 20:11:36 -0600 |
| commit | bbe5e408047348b7be885af0edf65613a89176c5 (patch) | |
| tree | 40bddbfe7fd99c5544f3db926340938dbcf6965f /minmode | |
| parent | 7862b50785da358b52870a4939521bd46c52695b (diff) | |
Updated with ability to add in spy disguise image
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/scripts/HudAnimations_tf.txt | 20 |
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
|
