diff options
| author | CriticalFlaw <[email protected]> | 2021-07-02 21:11:40 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-02 21:11:40 -0400 |
| commit | 7211d8916df735840e5b04d5164799493792a10e (patch) | |
| tree | 44583ba6701d57550c95613314d19beb63fad815 /scripts/hudanimations_custom.txt | |
| parent | 7bbc1440403df82533141d0e190119caa496d124 (diff) | |
Changed main menu background, see notes.
- Changed the background to classic rayshud.
- Updated the killer panel, class select, achievement tracker and more?
- Visual tweaks and inconsistency fixes.
- Expanded the size allocated to the player list in the match hud.
Diffstat (limited to 'scripts/hudanimations_custom.txt')
| -rw-r--r-- | scripts/hudanimations_custom.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt index 6d484a7..7a74943 100644 --- a/scripts/hudanimations_custom.txt +++ b/scripts/hudanimations_custom.txt @@ -5,7 +5,7 @@ event HudHealthBonusPulse Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 Animate PlayerHealthValue FgColor "Health Buff" Accel 0.0 0.0 - Animate SpecHealthValue FgColor "Health Buff" Accel 0.0 0.0 + Animate TargetHealthValue FgColor "Health Buff" Accel 0.0 0.0 RunEvent HudHealthBonusPulseLoop 0.4 } @@ -16,7 +16,7 @@ event HudHealthBonusPulseStop StopEvent HudHealthBonusPulseLoop 0.0 Animate PlayerHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate SpecHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate TargetHealthValue FgColor "Health Normal" Accel 0.0 0.0 } //================================================================================== // Low Health Pulse @@ -26,7 +26,7 @@ event HudHealthDyingPulse Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 Animate PlayerHealthValue FgColor "Health Hurt" Accel 0.0 0.0 - Animate SpecHealthValue FgColor "Health Hurt" Accel 0.0 0.0 + Animate TargetHealthValue FgColor "Health Hurt" Accel 0.0 0.0 RunEvent HudHealthDyingPulseLoop 0.4 } @@ -37,7 +37,7 @@ event HudHealthDyingPulseStop StopEvent HudHealthDyingPulseLoop 0.0 Animate PlayerHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate SpecHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate TargetHealthValue FgColor "Health Normal" Accel 0.0 0.0 } //================================================================================== // Low Ammo Pulse |
