diff options
| author | CriticalFlaw <[email protected]> | 2018-04-23 18:11:35 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-04-23 18:11:35 -0400 |
| commit | afbdf49d996b21074f607846174e1405d3174d4b (patch) | |
| tree | d2e160cf1e37f7517af5dd288d95a9db09e6c546 /scripts/HudAnimations_custom.txt | |
| parent | dc1a585c0ed401b37624770631e4c16678e0b7e5 (diff) | |
Installer Changes
Diffstat (limited to 'scripts/HudAnimations_custom.txt')
| -rw-r--r-- | scripts/HudAnimations_custom.txt | 14 |
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 } |
