I've been trying to skip a frame while waiting my popup menu to show.However,when I tried using return and yield, it feels it's taking more than one frame(around a few seconds) to continue.
I'm doing this following the background loading tutorial from the Godot documentation,which uses return.For me,I've changed to using yield,but the problem still persist.