basilioos Posted July 21, 2019 Share Posted July 21, 2019 documentation for Phaser 3 at Phaser.Types.Scenes.SettingsConfig did’t mention that pack property can receive a files as array of file obj … and file obj type gives error … because it doesn’t have property called `type` it only has :-type PackFileConfig = {key: string;url?: string | any;extension?: string;dataKey?: string;xhrSettings?: Phaser.Types.Loader.XHRSettingsObject;};where to find that Phaser.Types.Scenes.SettingsConfig pack property can recive array of Phaser.Types.Loader.FileTypes.PackFileConfig … where to read that … thank you . Link to comment Share on other sites More sharing options...
GenericDevelopper Posted October 10, 2019 Share Posted October 10, 2019 To read the documentation you have to open the page then read it form left to right, line after line Link to comment Share on other sites More sharing options...
Recommended Posts