UNPKG

@petkoneo/phaser3-rex-plugins

Version:
11 lines (8 loc) 174 B
var Clear = function () { this.characterCollection.clear(); this.frameManager .clear() .addToBitmapFont(); return this; } export default Clear;