fixed restart

This commit is contained in:
Garrett Finucane 2015-09-25 22:30:16 -04:00
parent f9245ace48
commit 77e5c67228

View file

@ -129,6 +129,15 @@ function addKeyListeners() {
});
}
else {
$("#restartBtn").on('mousedown', function() {
init(1);
canRestart = false;
$("#gameoverscreen").fadeOut();
});
}
}
function inside (point, vs) {