phaser4-rex-plugins
Version:
17 lines (13 loc) • 355 B
TypeScript
import ImageBox from './ImageBox';
export default function (
config?: ImageBox.IConfig
): ImageBox;
export default function (
x?: number, y?: number,
texture?: string, frame?: string,
config?: ImageBox.IConfig
): ImageBox;
export default function (
x?: number, y?: number,
config?: ImageBox.IConfig
): ImageBox;