removove brown T and visible label in drag game V4

This commit is contained in:
dev sp
2024-01-20 07:42:44 +00:00
parent 15b8c1e803
commit 287d2469e6
3 changed files with 629 additions and 25 deletions

View File

@@ -77,7 +77,7 @@ import Layout from '../../layouts/Layout.astro';
let shortUniqueID;
let blockMatches;
let resultView;
let scoreTotal = 0; // scoreTotal resultView
let scoreTotal = 0;
gameResult = [];
window.onload = function() {