summaryrefslogtreecommitdiff
path: root/scripts/HudAnimations_custom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/HudAnimations_custom.txt')
-rw-r--r--scripts/HudAnimations_custom.txt14
1 files changed, 5 insertions, 9 deletions
diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt
index 11aebd7..d7c5ad6 100644
--- a/scripts/HudAnimations_custom.txt
+++ b/scripts/HudAnimations_custom.txt
@@ -85,19 +85,15 @@ event HitMarker
event HudSpyDisguiseFadeIn
{
//RunEvent HudSpyDisguiseChanged 0
- //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1
-
- //Uncomment the line below for spy disguise image.
+ //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1
//Animate PlayerStatusClassImage Alpha "255" Linear 0.0 0.0
}
event HudSpyDisguiseFadeOut
{
//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
+ //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1
+ //Animate PlayerStatusClassImage Alpha "0" Linear 0.0 0.0
}
//====================================
@@ -105,9 +101,9 @@ event HudSpyDisguiseFadeOut
event HudMedicCharged
{
- //RunEvent HudMedicRainbowCharged 0.0
- //RunEvent HudMedicSolidColorCharge 0.0
RunEvent HudMedicOrangePulseCharge 0.0
+ //RunEvent HudMedicSolidColorCharge 0.0
+ //RunEvent HudMedicRainbowCharged 0.0
RunEvent HudMedicChargedLoop 0.6
}