This commit is contained in:
Jevinca Marvella 2025-11-18 12:45:48 +07:00
parent 665a15b6c2
commit ed1d0adb22

View File

@ -1,5 +1,3 @@
let board = [];
let score = 0;
@ -310,4 +308,4 @@ document.addEventListener("touchend", function (e) {
}
}, { passive: true });
/* End of file */