0 votes

Is there something like the Z-Index by a Sprite, how I can show the RichTextLable in the foreground?

in Engine by (378 points)

1 Answer

+1 vote
Best answer

Sadly, there's no Z-index for nodes that are Control type, like RichTextLabel.
However, we can use something like Node2D as a parent so that those Control nodes will be able to inherit its parent's Z-index.
So for your nodes, here's a sample scene structure:
World
Control (Node2D) (Edit the Z-index here)
Background (ColorRect)
Label (RichTextLabel)

by (813 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.