Domanda

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 ?

È stato utile?

Soluzione

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

labelNode.zPosition = 100;
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top