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

@@ -1,6 +1,7 @@
var init = function () {
var game = new Game();
game.canvas.canvas.style.filter = "blur(40px)";
game.canvas.canvas.style.WebkitFilter = "blur(40px)";
game.canvas.drawAll();
setTimeout(function(){