if (!this.entityLoaded) { return; } if (!this.initialized) { this.currentImageIndex = 0; this.initialized = true; console.log('key up initialized'); } if (data.code === 'KeyL') { if (this.currentImageIndex === this.images.length) { this.currentImageIndex = 0; }; var attributeData = this.generateAttributeData(this.currentImageIndex, 128, 128); this.currentImageIndex++; this.startAnimation(attributeData); } //@ sourceURL=ccKeyUp.js