Hello, im sorry if this is a basic question. I was wondering how would I change the color of the bar to fit my experience. I search through “styles.css” but didnt find anything related to the bar color. Also, would it be possible to put a simple logo above? Thank you to who it may concern. 
Original Post on Discord
by user 784488832639959041
Hey there is currently not a great way to do this but you could:
-
override the whole loading bar right now by subscribing to the loadstart event and prevent the default. (addEventListener("loadstart", e => e.preventDefault()) )
and then update the visuals yourself in progress and loadfinished events.
-
Or you can try overriding the styles using !important in the needle-engine .loading div
with 1) you can basically do what you want and you get full control. the progress event details contain all the information you need