Godot Version
4.3
Question
Im trying to create a more dynamic HP system, when i create the hearts, they exist, but i cant see them. The last two lines were for debugging and HeartPanel is a PanelContainer, this is done inside a canvas layer
4.3
Im trying to create a more dynamic HP system, when i create the hearts, they exist, but i cant see them. The last two lines were for debugging and HeartPanel is a PanelContainer, this is done inside a canvas layer
PanelContainers copy the parent nodes Anchor, i just put it inside a Control node and it works now