How to make a popup that is in the middle of the camera?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jujumumu

I have a camera following my player and I want a popup. I make the popups children of the player but it doesn’t work. They always never follow the player.

:bust_in_silhouette: Reply From: rustyStriker

Try Adding the popup as a child of a canvas_layer and set in the middle of the screen( canvas layers are fixed to the window, they are good for gui and they are independent of their parents and the camera’s positions as they will always have the same position in the window of the game).

try goofing a bit with them to understand how they work and then use it for its full potential

Your solution works perfectly, THANKS!!

jujumumu | 2020-01-04 20:53