View: Add song backgrounds

This commit is contained in:
LoveEevee
2018-11-23 19:53:29 +03:00
parent 8f1f029b8e
commit 87bdf7a407
8 changed files with 108 additions and 22 deletions

View File

@@ -3,11 +3,8 @@
height: 100%;
position: absolute;
overflow: hidden;
background-size: cover;
background-position: center;
}
#game.default-bg{
background-size: calc(100vh / 720 * 512);
background-position: center;
}
#canvas{
position: relative;