1
0

Increase chance of joy animation in animeCat.js

This commit is contained in:
2025-05-26 05:26:30 +02:00
parent 1a601a4391
commit b656dfb3f2

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"