@koreez/phaser3-isometric-plugin
Version:
Phaser3 isometirc plugin
5 lines (4 loc) • 380 B
TypeScript
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;