1
0

Increase CAT_TOLERANCE in animeCat.js for better mouse interaction

This commit is contained in:
2025-05-26 04:00:33 +02:00
parent 46f1e821b0
commit bf113ed28a

View File

@@ -139,7 +139,7 @@ _bindMouseHold() {
let moveDist = 0;
// Wieviel Pixel Abstand ist ok für "über der Katze"?
const CAT_TOLERANCE = 24;
const CAT_TOLERANCE = 100;
// Helper: Check if Mouse is "über der Katze" (mit Toleranz)
const isMouseNearCat = (e) => {