submit user data in all games

This commit is contained in:
Suvodip
2024-06-24 18:19:47 +05:30
parent d7a2533f43
commit 79f158380c
84 changed files with 569 additions and 2563 deletions

View File

@@ -30,6 +30,10 @@ import Layout from '../../layouts/Layout.astro';
let formattedDateTime;
let shortUniqueID;
let defaultColor;
let scoreTotal = 0;
let currenturl = window.location.href.split('/');
console.log(currenturl);
if(isMobile){
topLogoWidth = 4.5;