Hello, is in the Godot way to make loading screen? I mean is that possible to load textures and music while game is running, not at start as it is default? Maybe something like
var texture
texture = load_texture("path")
Or is there any other way to do that?
Thanks for answering.