1
0

auto-git:

[change] animeCat.js
This commit is contained in:
2025-05-26 05:29:00 +02:00
parent c52e360046
commit 748d69d26c

View File

@@ -308,7 +308,7 @@ _runJoyAnimation(onFinish) {
img.src = this.images.joy || this.images.default;
const salto = Math.random() < 0.2;
const salto = Math.random() < 1;
const upTime = 600;
const hangTime = salto ? 500 : 1800;
const downTime = 800;