Change loading animation for a game

Hello comunity!

I have created a game and now I would like to change the initial loading animation (black background with white numbers in bottom left corner) to something more visually appealing.

Basically going from this:
ibb.co/eoaxee
To this:
ibb.co/m6XM5K

Is there any way to change / hide this animation?

Thanks!

You need JavaScript and PIXI (if you use the classic web export) and edit the file “pixi-renderers/loadingscreen-pixi-renderer.js”, analogous if you use the Cocos export.
There is no easy way yet :imp:

Thank you so much for the help!

I will start working on it and will post some additional doubts if there are any. I think it would be useful for future users looking for similar results!