Godot Version
4.4.1
Question
In my game i wanted to track the score of the player. However, every time i create a panel and anchor it into the screen, it doesn’t show up during testing. I started messing around and realised that it would only show up if i disabled the camera2D attached to the player. How do i fix this issue?