UNPKG

@koreez/phaser3-isometric-plugin

Version:
5 lines (4 loc) 216 B
import { IsoBitmapText } from '../impl/IsoBitmapText'; export interface IIsoBitmapTextCreator extends Phaser.GameObjects.GameObjectCreator { isoBitmapText: (config: any, addToScene?: boolean) => IsoBitmapText; }