Fredrik Posted May 30, 2018 Share Posted May 30, 2018 Is anyone using Phaser 3 with TypeScript for any serious project? I am trying it out now, but it seems that some methods that are available in JavaScript are not recognized by the typings definition, e.g. Phaser.scene.load.spritesheet(...) So I am worried that maybe using TypeScript is not an option? Link to comment Share on other sites More sharing options...
samme Posted May 30, 2018 Share Posted May 30, 2018 this.load.spritesheet(/* ... */) Should be ^ Link to comment Share on other sites More sharing options...
rich Posted May 30, 2018 Share Posted May 30, 2018 Phaser.scene.load.spritesheet wouldn't work from JS either Link to comment Share on other sites More sharing options...
Recommended Posts