mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Make view effect when wearing sunglasses slightly more subtle
This commit is contained in:
parent
f468631423
commit
e16a2ffaee
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ public class UHud extends DrawableHelper {
|
|||
if (partySound != null) {
|
||||
partySound.setMuted(true);
|
||||
}
|
||||
fillGradient(matrices, 0, 0, scaledWidth, scaledHeight, 0x0F000088, 0xAF000000);
|
||||
fillGradient(matrices, 0, 0, scaledWidth, scaledHeight, 0x0A000088, 0x7E000000);
|
||||
}
|
||||
} else {
|
||||
if (partySound != null) {
|
||||
|
|
Loading…
Reference in a new issue