diff options
| author | CriticalFlaw <[email protected]> | 2017-12-06 21:06:54 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-12-06 21:06:54 -0500 |
| commit | 6a84e1117b257217344eddce009dc470c3c9440b (patch) | |
| tree | 014a896e1b91a0389a7713e6b609fd272f15a1c7 /scripts | |
| parent | 972d1493e6ccc30479de9178e69f13401634faa7 (diff) | |
20171206 - Miscellenaous Formatting Tweaks
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/HudAnimations_custom.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt index cffe960..11aebd7 100644 --- a/scripts/HudAnimations_custom.txt +++ b/scripts/HudAnimations_custom.txt @@ -11,12 +11,6 @@ event HudHealthBonusPulse RunEvent HudHealthBonusPulseLoop 0.4 } -// call to loop HudHealthBonusPulse -event HudHealthBonusPulseLoop -{ - RunEvent HudHealthBonusPulse 0.0 -} - event HudHealthBonusPulseStop { StopEvent HudHealthBonusPulse 0.0 @@ -41,12 +35,6 @@ event HudHealthDyingPulse RunEvent HudHealthDyingPulseLoop 0.4 } -// call to loop HudHealthDyingPulse -event HudHealthDyingPulseLoop -{ - RunEvent HudHealthDyingPulse 0.0 -} - event HudHealthDyingPulseStop { StopEvent HudHealthDyingPulse 0.0 @@ -70,12 +58,6 @@ event HudLowAmmoPulse RunEvent HudLowAmmoPulseLoop 0.25 } -// call to loop HudLowAmmoPulse -event HudLowAmmoPulseLoop -{ - RunEvent HudLowAmmoPulse 0.0 -} - event HudLowAmmoPulseStop { StopEvent HudLowAmmoPulse 0.0 |
