10 lines
434 B
JavaScript
10 lines
434 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$scene$text$canvas$BatchableText = function(global, require, module, exports) {
|
|
global = require("module$node_modules$pixi_DOT_js$lib$scene$sprite$BatchableSprite");
|
|
"use strict";
|
|
class BatchableText extends global.BatchableSprite {
|
|
}
|
|
exports.BatchableText = BatchableText;
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$scene$text$canvas$BatchableText.js.map
|