scene_manager
scene_manager copied to clipboard
Fade out, do something, fade in
Hi there,
is the following possible?
- fade out
- do something game related. For example hide/show some Nodes...
- fade back in
So it's like change_scene()
with null
or ignore
but split into two calls.
If not, would it be possible to implement? Thanks in advance 🙏