Hi there!
I basically followed the war battles tutorial to build a map with a player on it and adjusted the rest of the tutorial to my needs. Now I would like to add a second sprite to the player to indicate that the player it holding an item.
When I add a second sprite (item) to the player node, in the same way as the sprite was added, the item is not drawn. I can add the sprite as another game object to my main collection, but when I move it to the player node it’s invisible/ not drawn again. It seems that I am missing something pretty important. Maybe someone can point me to the correct direction
I already checked the tutorials, manuals, api reference and the forum, but I could not really find an example for something like a player holding an item.
Thanks in advance!