UNPKG

@petkoneo/phaser3-rex-plugins

Version:
15 lines (12 loc) 312 B
import ImageBox from './ImageBox'; export default Creator; declare namespace Creator { interface IConfig extends Phaser.Types.GameObjects.GameObjectConfig { key?: string, frame?: string, } } declare function Creator( config?: Creator.IConfig, addToScene?: boolean, ): ImageBox;