Hello there,
I'm looking for making a custom splash screen as you open the app. I noticed that construct3 generate a custom splash screen by generating a file called "default@2x~universal~anyany.png" taken from the loading-logo.png.
On newer phone, this splash would stay 1 seconds because the game load fast, however in older devices it takes more than 3 seconds to actually get into the game.
Instead of displaying a static image, I would like to add something more sophisticated, such as add a play sound or 2 images, one as a background, and one on top as a gif for example.
I'm looking to edit the file where this image is loaded.
Does anyone have edited this splash screen? My last resort would be editing the png directly.
Thank you