Label can't show on TileSet element

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By little-wheat

I create a scene like below
–Node
----Sprite
------Label

it’s shown right before exprot to tileset. After exprot to tileset and I place it on TileMap, the Label did not show, but sprite is show.

Is Label can’t be use in TileSet?

:bust_in_silhouette: Reply From: kidscancode

No, you can’t use Control nodes in TileSets.

TileSets can only contain Sprites plus collision, occluder, and/or navigation shapes.