Add 2-player mode

This commit is contained in:
LoveEevee
2018-09-12 20:10:00 +03:00
parent 7744fdac45
commit 8e99da6aa2
12 changed files with 813 additions and 370 deletions

View File

@@ -75,6 +75,7 @@ ul li{
box-shadow: 2px 2px 10px black;
overflow: hidden;
cursor: pointer;
position: relative;
}
.opened{
@@ -127,3 +128,12 @@ ul li{
.difficulty:hover .stars{
color:white;
}
.song.p2:not(.opened)::after,
.difficulty.p2::after{
content:"P2";
display:block;
position:absolute;
bottom:0;
width:100%;
}