I have a scene that looks like this:
Level1a (Node2d)
Ground (tilemap)
Walls(tilemap)
Items(tilemap)
Player (instance of player scene)
HUD(instance of HUD scene with the parent node being a canvas layer to show score)
(all of the above are children of Level1a node)
While i was building the Level1a I was able to successfully place the ground(grass) , the walls and the items. When I added the Player scene I was able to walk around and see of all the items on the screen. However, when I added the HUD the items no longer show up on the screen. Although invisible now I can pick the items up and the score does adjust. How can I get the items to be visible.
I am new at this so bare with me