Add second player backgrounds, add fade on miss

This commit is contained in:
LoveEevee
2018-12-02 19:36:04 +03:00
parent f25aee9643
commit 6d770e7b2d
3 changed files with 35 additions and 10 deletions

View File

@@ -137,6 +137,14 @@
background-size: auto calc(var(--sh2) / var(--sh1) * 100%);
--raised: calc((var(--sh2) - var(--sh1)) / var(--sh2) * var(--h) * -1);
}
.donlayer3{
background-color: #000;
opacity: 0;
transition: 0.15s opacity linear;
}
.donbg-dark .donlayer3{
opacity: 0.5;
}
.donbg-1 .donlayer2,
.donbg-2 .donlayer2,
.donbg-4 .donlayer2,