Add random stage

This commit is contained in:
LoveEevee
2018-11-23 21:52:24 +03:00
parent 87bdf7a407
commit 96b8e9f3a2
5 changed files with 48 additions and 31 deletions

View File

@@ -1,27 +1,32 @@
#songbg{
#songbg,
#songbg>*,
#song-stage{
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
}
#songbg{
max-width: calc(100vh / 9 * 32);
height: 50.1%;
background-color: #000;
}
#songbg>*{
top: 0;
}
#songbg,
#songbg>*{
background-size: cover;
background-position: center;
}
#song-stage{
height: calc(44 / 720 * 100vh);
background-position: center;
}
.portrait #songbg{
height: 63.4%;
}
#songbg>*{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;
}
.game-paused *{
animation-play-state: paused !important;
}