mirror of
https://github.com/clb92/simple-js-snake.git
synced 2025-12-06 01:32:03 +01:00
Score and lots of fixes. Audio works better, more drops on the board at the same time, and more.
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user