Hi guys, I am working on my game’s main menu. Essentially I have the main layout here, which the player will be greeted with. When they press Start Game, it will open a separate scene and start from there.
I am confused for Fish Library and Credits though. When they are pressed essentially I want to pop up a UI the size of the selected HBoxContainer which contains the info of each category. There will be a close button on the top right that when pressed, will go back to the main menu above.
I am new to Godot so I was wondering what is the best way to implement this