UNPKG

@koreez/phaser3-isometric-plugin

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