From afbdf49d996b21074f607846174e1405d3174d4b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 23 Apr 2018 18:11:35 -0400 Subject: Installer Changes --- scripts/HudAnimations_custom.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'scripts/HudAnimations_custom.txt') 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 } -- cgit v1.2.3