Skip to content

Commit

Permalink
Fixed #51
Browse files Browse the repository at this point in the history
Overhealed player's health will now change color to green.
  • Loading branch information
CriticalFlaw committed Jun 30, 2022
1 parent 43ae5bc commit 9f54df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hudanimations_custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ event HudHealthBonusPulse
Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2
Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4

Animate PlayerStatusHealthValue FgColor "TanLight" Accel 0.0 0.0
Animate PlayerStatusHealthValue FgColor "0 220 127 255" Accel 0.0 0.0

RunEvent HudHealthBonusPulseLoop 0.4
}
Expand Down

0 comments on commit 9f54df1

Please sign in to comment.