1
0

auto-git:

[change] animeCat.js
This commit is contained in:
2025-05-26 04:44:15 +02:00
parent ca5cb02868
commit 828fdd18a9

View File

@@ -122,7 +122,7 @@ window.AnimeCat = class AnimeCat {
const delay = this.blinkMin + Math.random() * (this.blinkMax - this.blinkMin);
this._blinkTimeout = setTimeout(() => {
if (!this._isSpeaking) {
this.img.src = this.images.eyesClosed;
this.img.src = this.images.blink;
setTimeout(() => {
if (!this._pettingActive) {
this.img.src = this.images.default;