phaser4-rex-plugins
Version:
14 lines (11 loc) • 325 B
TypeScript
import Live2dGameObject from './Live2dGameObject';
export default Creator;
declare namespace Creator {
interface IConfig extends Phaser.Types.GameObjects.GameObjectConfig {
key?: string,
}
}
declare function Creator(
config?: Creator.IConfig,
addToScene?: boolean,
): Live2dGameObject;