I want to Make a team logo opening but here’s a problem i don’t know how to do this the Sonic Canvas Engine was created 11-12-2021 for the intro Logo opening i want to use this image for the intro logo opening.
For example watch this video
Then i want it to fade out and show the loading screen then from there show the Menu screen and have a play button to play the game and a options Button to change a few things the player prefers & play some background Music.
The link to my Project
https://playcanvas.com/editor/scene/1271510
Hi @Drayden_Little! I have replaced your topic as it is not related to collaboration. Also be careful with using custom logos in combination with names like PlayCanvas, Sonic and Sega as there are rules about using their names. To create a custom loading screen you can check the page below.
https://developer.playcanvas.com/en/user-manual/designer/loading-screen/
The Sega video was just a Example so people could just get a idea
I was referring more to your picture.
Oh ok ill be really careful
Is it possible playcanvas can find one of your assets and just make that image the loading screen if you use code
I don’t think that’s possible, because I think at that point the assets are not loaded yet.
huh you know they really should add that to make life easier
You can upload your image on a cloud storage and use the link of it.
ok well i already knew if i found the image online and opened it in a new tab once the loading screen is done it would just look like if i opened it in a new tab
or i could just open up the inspect tab and get the direct link to the image
Yes, that can be a less neat way.
oh look i have 5000 iq direct link

I don’t know what you mean. Does it solve the problem of your topic?
sort of but the screen is so small you can barely see it
I think you have to play with the part below to change that.
'#application-splash {',
' position: absolute;',
' top: 42%;',
' width: 10%;',
' left: 45%;',
'}',
Heres my problem
blob:chrome-untrusted://media-app/dcc1e079-726c-4be2-82ca-99f85f283632
correct it moves the screen but i need it to be zoomed in the width of the image is 498 and the height of the image is 280
If you change the value of width
you change the size of the image.
This makes no sense at all