Fix Wario sprite blending with mix-blend-mode

This commit is contained in:
b1rdmania
2025-12-29 12:57:31 +00:00
parent 56e280fe33
commit eb615b37f4
+3 -4
View File
@@ -608,11 +608,10 @@
}
.wario-sprite {
width: 80px;
width: 64px;
height: auto;
/* Game Boy green tint using sepia + hue-rotate */
filter: sepia(100%) hue-rotate(50deg) saturate(200%) brightness(0.9);
opacity: 0.8;
mix-blend-mode: multiply;
opacity: 0.7;
}
.player-section {