1
0

Add _pettingActive property to AnimeCat class

This commit is contained in:
2025-05-26 04:22:44 +02:00
parent c1bb05e62a
commit abeaaa6e87

View File

@@ -24,6 +24,7 @@ window.AnimeCat = class AnimeCat {
this._talkIntervalId = null;
this._speechTimeout = null;
this._mouthOpen = false;
this._pettingActive = false;
this._createElements();
this._bindMouseHold();