UNPKG

phaser4-rex-plugins

Version:
17 lines (14 loc) 438 B
import BBCodeText from './BBCodeText'; export default Creator; declare namespace Creator { interface IConfig extends Phaser.Types.GameObjects.GameObjectConfig { text?: string, style?: BBCodeText.TextStyle, padding?: Phaser.Types.GameObjects.Text.TextPadding, autoRound?: boolean } } declare function Creator( config?: Creator.IConfig, addToScene?: boolean, ): BBCodeText;