UNPKG

@koreez/phaser3-isometric-plugin

Version:
5 lines (4 loc) 380 B
import { IsoBitmapText } from '../impl/IsoBitmapText'; import { IsoBitmapTextConfig } from './types'; export declare function isoBitmapTextFactory(x: number, y: number, z: number, font: string, text?: string | string[], size?: number, align?: integer): IsoBitmapText; export declare function isoBitmapTextCreator(config: IsoBitmapTextConfig, addToScene?: boolean): IsoBitmapText;