1
0

Reduce CAT_TOLERANCE in animeCat.js

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

View File

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