1
0

Further reduce CAT_TOLERANCE in animeCat.js

This commit is contained in:
2025-05-26 04:02:41 +02:00
parent 352a09dd97
commit f4e4f4e5dc

View File

@@ -138,7 +138,7 @@ _bindMouseHold() {
let lastPos = null; let lastPos = null;
let moveDist = 0; let moveDist = 0;
const CAT_TOLERANCE = 20; const CAT_TOLERANCE = 15;
// Prüfen ob die Maus noch im erlaubten Streichelbereich ist // Prüfen ob die Maus noch im erlaubten Streichelbereich ist
const isMouseNearCat = (e) => { const isMouseNearCat = (e) => {