How to make Node center in Player's Camera

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

I have a camera on my player and I want the dialogue to be in the center of the camera when it comes up. How to do this. I have a global script but am still not sure how to do it.

Seems to me that a Control node being set in the middle of the screen does what you want.

tastyshrimp | 2020-01-03 14:26

:bust_in_silhouette: Reply From: astroboogie

Nest your GUI elements as children of a CanvasLayer node.