Add _pettingActive property to AnimeCat class
This commit is contained in:
@@ -24,6 +24,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
this._talkIntervalId = null;
|
this._talkIntervalId = null;
|
||||||
this._speechTimeout = null;
|
this._speechTimeout = null;
|
||||||
this._mouthOpen = false;
|
this._mouthOpen = false;
|
||||||
|
this._pettingActive = false;
|
||||||
|
|
||||||
this._createElements();
|
this._createElements();
|
||||||
this._bindMouseHold();
|
this._bindMouseHold();
|
||||||
|
|||||||
Reference in New Issue
Block a user