From 828fdd18a9d22bb4c0df073e8193308af75c6945 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 04:44:15 +0200 Subject: [PATCH] auto-git: [change] animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index 8ef14a5..bfb5179 100644 --- a/animeCat.js +++ b/animeCat.js @@ -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;