Skip to content

Commit

Permalink
[fix] MedicGun Digit Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Oct 8, 2020
1 parent f7a3605 commit eed3632
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions KFColorfulHUD/Classes/ColorfulHUD.uc
Original file line number Diff line number Diff line change
Expand Up @@ -690,25 +690,25 @@ simulated function DrawHudPassA (Canvas C)
if ( MedicGunDigits.Value < 50 )
{
MedicGunDigits.Tints[0].R = 128;
MedicGunDigits.Tints[0].G = 128;
MedicGunDigits.Tints[0].B = 128;
MedicGunDigits.Tints[0].R = 60;
MedicGunDigits.Tints[0].G = 179;
MedicGunDigits.Tints[0].B = 113;
MedicGunDigits.Tints[1] = SyringeDigits.Tints[0];
}
else if ( MedicGunDigits.Value < 100 )
{
MedicGunDigits.Tints[0].R = 192;
MedicGunDigits.Tints[0].G = 96;
MedicGunDigits.Tints[0].B = 96;
MedicGunDigits.Tints[0].R = 255;
MedicGunDigits.Tints[0].G = 255;
MedicGunDigits.Tints[0].B = 255;
MedicGunDigits.Tints[1] = SyringeDigits.Tints[0];
}
else
{
MedicGunDigits.Tints[0].R = 255;
MedicGunDigits.Tints[0].G = 64;
MedicGunDigits.Tints[0].B = 64;
MedicGunDigits.Tints[0].G = 255;
MedicGunDigits.Tints[0].B = 255;
MedicGunDigits.Tints[1] = MedicGunDigits.Tints[0];
}
Expand Down
2 changes: 1 addition & 1 deletion Steam_WorkShop_Description/Workshop-Text
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ For Devs:

[H1][b][u]Manual Download Links (Recommended)[/u][/b][/H1]

You can find it under 'Not Whitelisted' folder named 'KF-ColorfulHUD-v1.4'
You can find it under 'Not Whitelisted' folder named 'KF-ColorfulHUD-v1.5'

MEGA Link: https://mega DOT nz/folder/YDoEmKiC#s6FGAtgh40-TvB4bHsLaMQ

0 comments on commit eed3632

Please sign in to comment.