Jump to content

How to Create a Loading Scene in Phaser3


AdamRyanGameDev
 Share

Recommended Posts

Add a files array to config of your loading scene and add put whatever images you want to use into it. Those files will be loaded before preload method is called, so you can use them to create the scene and subscribe to progress event inside the preload method.

Load progress with file payloads example

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...