UNPKG

@petkoneo/phaser3-rex-plugins

Version:
7 lines (6 loc) 182 B
var SetTexture = function (key, frame) { this.texture = this.scene.sys.textures.get(key); this.frame = this.texture.get(frame); return this; } export default SetTexture;