mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +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) {
|
if (partySound != null) {
|
||||||
partySound.setMuted(true);
|
partySound.setMuted(true);
|
||||||
}
|
}
|
||||||
fillGradient(matrices, 0, 0, scaledWidth, scaledHeight, 0x0F000088, 0xAF000000);
|
fillGradient(matrices, 0, 0, scaledWidth, scaledHeight, 0x0A000088, 0x7E000000);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (partySound != null) {
|
if (partySound != null) {
|
||||||
|
|
Loading…
Reference in a new issue