@ -99,5 +99,5 @@
padding: 10px;
font-size: large;
font-weight: bold;
font-family: augie;
font-family: 'Segoe print';
}
@ -27,6 +27,13 @@ if (get['mode'].includes('p'))
else if(get['mode'].includes('m'))
{
objPts=null;
tpsRem=[0,parseInt(get['mode'].substring(0,get['mode'].length-1),10),0];
document.getElementById("chronotime").style.display="none";
else if(get['mode']=="surv")
tpsRem=[0,1,0];
@ -24,4 +24,9 @@ var x = setInterval(function() {
clearInterval(x);
window.location.replace("./score.html?pts="+points);
}, 1000);
function addTime(secs)
fin.setSeconds(fin.getSeconds()+secs);
@ -412,11 +412,15 @@ var canvasT = document.getElementById('canvasTotal');
points+=modif;
document.getElementById("stats").innerHTML = points+" points";
if(points==objPts)
if(objPts!=null && points==objPts)
chronoStop();
window.location.replace("./score.html?pts="+document.getElementById("chronotime").innerHTML);
addTime(30);
function changeOrder(from, to)