How to set the position of a node relative to the Camera's position?

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

I want to put a tutorial text box at the bottom left of the screen, regardless of the Camera’s position or scaling. How would I do that?

:bust_in_silhouette: Reply From: Ertain

I don’t know if this will help you, but it’s worked for me. On the camera node, I put a CanvasLayer. When the camera moves, that layer moves, too. On that layer, I have put child nodes such as Labels and Containers. Most of the time, this CanvasLayer stays in the place I want it to be, regardless of the level, map, the characters, or whatever.