Increase jump chance in animeCat.js
This commit is contained in:
@@ -307,7 +307,7 @@ _runJoyAnimation(onFinish) {
|
|||||||
|
|
||||||
img.src = this.images.joy || this.images.default;
|
img.src = this.images.joy || this.images.default;
|
||||||
|
|
||||||
const salto = Math.random() < 0.2;
|
const salto = Math.random() < 1;
|
||||||
// Dauer Sprung+Drehung nach oben
|
// Dauer Sprung+Drehung nach oben
|
||||||
const upTime = 600;
|
const upTime = 600;
|
||||||
// Zeit "oben bleiben" (stand)
|
// Zeit "oben bleiben" (stand)
|
||||||
|
|||||||
Reference in New Issue
Block a user