21 lines
712 B
JavaScript
21 lines
712 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$scene$text_html$BatchableHTMLText = function(global, require, module, exports) {
|
|
global = require("module$node_modules$pixi_DOT_js$lib$scene$sprite$BatchableSprite");
|
|
"use strict";
|
|
class BatchableHTMLText extends global.BatchableSprite {
|
|
constructor() {
|
|
super(...arguments);
|
|
this.generatingTexture = !1;
|
|
this.currentKey = "--";
|
|
}
|
|
destroy() {
|
|
this.texturePromise = null;
|
|
this.generatingTexture = !1;
|
|
this.currentKey = "--";
|
|
super.destroy();
|
|
}
|
|
}
|
|
exports.BatchableHTMLText = BatchableHTMLText;
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$scene$text_html$BatchableHTMLText.js.map
|