Hey everyone,
I'm trying to use the SlickUI plugin with TypeScript, but the plugin doesn't have any definition files. This is what I tried to do, which of course did not work:
this.slickUI = this.game.plugins.add(Phaser.Plugin.SlickUI);
(Property 'SlickUI' does not exist on type ' typeof Plugin')
Any help would be appreciated
http://slick-ui.com/