You should use CanvasLayer
.
Create a new CanvasLayer
node and add the Label
as a child of the CanvasLayer
node.
Your scene tree should look similar to this:
This works, because Camera2D
has (with default settings) no impact on CanvasLayer
and its children nodes.