UNPKG

phaser4-rex-plugins

Version:
15 lines (12 loc) 344 B
import AlphaMaskImage from './AlphaMaskImage'; 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, ): AlphaMaskImage;