Score and lots of fixes. Audio works better, more drops on the board at the same time, and more.

This commit is contained in:
clb92
2016-07-06 03:47:42 +02:00
parent 417c5d05fc
commit cede8d45cb
5 changed files with 46 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
html, body {
height: 100%;
background-color: #333;
background-color: black;
}
.error {
@@ -34,6 +34,20 @@ html, body {
-moz-transition: all .1s ease;
}
#score {
position: absolute;
float: left;
top: 6%;
left: 4%;
font-size: 20pt;
color: #333;
text-align: center;
z-index: 101;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
}
#popup-text {
position: absolute;
float: left;