summaryrefslogtreecommitdiff
path: root/scripts/hudanimations_custom.txt
diff options
context:
space:
mode:
authorIgor Nikitin <[email protected]>2020-04-12 13:34:22 -0400
committerGitHub <[email protected]>2020-04-12 13:34:22 -0400
commit8e92d477d6ef4e7d70dcc9161c9727e537311b57 (patch)
tree8db69e64fb458b2efb6f6bf65afc554c5808a2c4 /scripts/hudanimations_custom.txt
parent95efaef09d2e847ce2c685a6f43a34d1a3058dfd (diff)
parentfcd77895f3881d1d50db402f8dce0f73dfad5094 (diff)
Merge pull request #143 from raysfire/update
v2020.0412
Diffstat (limited to 'scripts/hudanimations_custom.txt')
-rw-r--r--scripts/hudanimations_custom.txt24
1 files changed, 3 insertions, 21 deletions
diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt
index 4212bc5..7787eda 100644
--- a/scripts/hudanimations_custom.txt
+++ b/scripts/hudanimations_custom.txt
@@ -24,14 +24,14 @@ event HudHealthBonusPulseStop
// Low Health Pulse
event HudHealthDyingPulse
{
- RunEvent HudHealthDyingPulseLoop 0.4
-
Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2
Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2
Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0
Animate PlayerStatusHealthValueSpectator FgColor "Health Hurt" Accel 0.0 0.0
Animate PlayerStatusHealthValueFreezePanel FgColor "Health Hurt" Accel 0.0 0.0
+
+ RunEvent HudHealthDyingPulseLoop 0.4
}
event HudHealthDyingPulseStop
@@ -54,7 +54,7 @@ event HudLowAmmoPulse
Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0
Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.0
- RunEvent HudLowAmmoPulseLoop 0.25
+ RunEvent HudLowAmmoPulseLoop 0.4
}
event HudLowAmmoPulseStop
@@ -167,24 +167,6 @@ event HudSnapShotReminderIn
RunEvent HudMedicChargedStop 10.0
}
//==================================================================================
-event HudReadyPulse
-{
- Animate TournamentInstructionsLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3
- Animate TournamentInstructionsLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3
-
- RunEvent HudReadyPulseLoop 0.6
-}
-
-event CompetitiveGame_HideDisconnectButton
-{
- Animate DisconnectButton ypos r-100 Accel 0.0 0.0
-}
-
-event CompetitiveGame_ShowDisconnectButton
-{
- Animate DisconnectButton ypos r30 Accel 0.0 0.4
-}
-//==================================================================================
// Do not move chat window
event CompetitiveGame_LowerChatWindow { }
event CompetitiveGame_RestoreChatWindow { }