UNPKG

@petkoneo/phaser3-rex-plugins

Version:
6 lines (5 loc) 124 B
var AddImage = function (key, config) { this.imageManager.add(key, config); return this; } export default AddImage;