From c774cc25fce7489c9ee0da937af62a04b727bebb Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 25 Apr 2023 22:56:03 +0200 Subject: [PATCH] start center --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index bd3561c..ba9357f 100644 --- a/app.js +++ b/app.js @@ -238,7 +238,7 @@ class Matrix extends MinoesTable { } } } -Matrix.prototype.init_center = [5, 4] +Matrix.prototype.init_center = [4, 4] class Tetromino { @@ -403,7 +403,7 @@ class Settings { } if (localStorage["stylesheet"]) stylesheetSelect.value = localStorage["stylesheet"] - document.selectedStyleSheetSet=stylesheetSelect.value + document.selectedStyleSheetSet = stylesheetSelect.value } save() {