Preloader screen
Hello, everybody! I'm thinking about "preloader screen" in projects. So what i'm need for that?
- I need to draw something BEFORE loading everything else (especially "high weight"), like "Loading...";
- Will be nice to get some value of progress, like 3/5Kb loaded, or 0.1 complete (as 10%) etc.
Search for forum & examples - not found a thing pointing me to find solution... Maybe someone do such a thing?
About (1) part: currently i'm try 2 ways:
- Drawtext on init before everything else
- same thing, but in ondraw But putting "big" sprites (much of them, specially to check this moment) getting black screen currently for a few sec and only then text...