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 ?

有帮助吗?

解决方案

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

labelNode.zPosition = 100;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top