I know the title is quite vague, but I have no idea how to sum what I want to do.
An example is a loading screen, I want to do something like this:
Loading assets - 10%
and then remove the output from the terminal and print
Loading textures - 20%
Every time I try something like this I get
Loading assets - 10%
Loading textures - 20%
How can I do this?