Showing text without Label Note

Godot Version

4.1.2

Question

I am trying to show text in my game. Every time I try to google it, I get some info about the Label Note. But the Label Note shows text relative to the whole screen not relative to an particular enemy. Therefore, using Label for giving Information about an enemy would reduce the information this enemy has 20 hitpoints left to there is an enemy that has 20 hitpoints left. Which is very useless when you are trying to decide which enemy you want to attack next.

please can you show a short video on it.

I am confused. Do you want me to show a short video that shows what my problem is? Or do you want someone to show a short video that explains how to solve my problem?

Label can be a child of a 2D node, thus relative to the enemy. Label 3D can do the same.

Thank you. Somehow i missed that it could work that way.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.