Add default backgrounds

This commit is contained in:
LoveEevee
2018-09-27 04:04:01 +03:00
parent 3fcec50b53
commit f4dbb30f11
6 changed files with 72 additions and 16 deletions

View File

@@ -4,6 +4,9 @@
overflow: hidden;
background-size: cover;
}
#game.default-bg{
background-size: contain;
}
#canvas{
position: relative;
z-index: 1;