1
0

Increase jump chance in animeCat.js

This commit is contained in:
2025-05-26 05:22:31 +02:00
parent 71fd1f54af
commit 2ccfd9fc0f

View File

@@ -307,7 +307,7 @@ _runJoyAnimation(onFinish) {
img.src = this.images.joy || this.images.default;
const salto = Math.random() < 0.2;
const salto = Math.random() < 1;
// Dauer Sprung+Drehung nach oben
const upTime = 600;
// Zeit "oben bleiben" (stand)