WIP: Feature Rewrite #87

Draft
thepaperpilot wants to merge 35 commits from feat/ure-rewrite into main
2 changed files with 10 additions and 7 deletions
Showing only changes of commit 528e703c88 - Show all commits

View file

@ -104,6 +104,9 @@ watch(hasWon, hasWon => {
} }
}); });
setInterval(() => { setInterval(
() => {
state.mouseActivity = [...state.mouseActivity.slice(-7), false]; state.mouseActivity = [...state.mouseActivity.slice(-7), false];
}, 1000 * 60 * 60); },
1000 * 60 * 60
);