Can I make a node be at the same position relative to the screen?

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

I have a Player and a Camera2D on it and when I move the player around, Control Nodes and generally everything else is not visible anymore because the player walked away. How can I make that some nodes are stuck in their position based on the local screen coordinates?

:bust_in_silhouette: Reply From: MaaaxiKing

I’ve found the answer. CanvasLayers are good for this.