Hi. I make preload screen with progress bar, i need to place a image to this screen, that user can watch it while resources are loading. I tried to create image in preload function, but it doesn’t works
I found one solution : creating another screen with image that you want to show in preload and in create, then in create after creating image write : this.scene.run(“yourScene”);
And it works, but i think it is not well decidion, so what you think?
Thanks)