diff --git a/dist/tetrion.js b/dist/tetrion.js index 6fc8627..0394165 100644 --- a/dist/tetrion.js +++ b/dist/tetrion.js @@ -984,6 +984,8 @@ Tetris.prototype = { this._update(); } if(curkey == "Back") { + // this.hintMino = [] ? + // this.shape = [] this._restartHandler(); return; } diff --git a/index.html b/index.html index e7c1361..f653271 100644 --- a/index.html +++ b/index.html @@ -37,13 +37,13 @@
- +document.getElementById("bg").height = window.innerHeight;