Would be awesome to be able to adjust the logo on the default logo screen on the default loading screen class.
Now only text and background color can be modified - if you want more you need to create a custom loading screen indeed.
In short, the default loading screen could benefit from some standard configuration options like logo, progress bar, maybe even waiting-time music to make the loading more pleasant to keep hanging around until done
Tip/psychological trick: Counting down works better than counting up toward a total.
@Givo it seems that the code for my progress bar (Babylon.js Playground) is not working on the Playground because I use accessors (get/set) which are only available when targeting ECMAScript 5 and higher. The code should still work outside the the playground.
@Deltakosh is there a way to set up the typescript compiler of the playground? to be able to chose the target and to remove the error checks would be nice, for instance.