Question

I have a sklabel node and when I add a new sprite on to the same position the label gets covered by the sprite .

How can I make the label not get covered by anything that's added to the scene ?

Was it helpful?

Solution

you can solve the problem simply by changing the properties zPosition, so you can do:

labelNode.zPosition = 100;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top