Hi there, Im incredibly new to godot, and im struggling a bit with a menu im trying to make.
I have a global variable script (3rd image) that I want to work across multiple screens of buttons, and when one of those buttons is clicked, it changes a variable in the global file.
I have it set up to work with one button (1st image), but when I activate the second button, it deactivates the first button. (4th and 5th images)
Im still wrapping my head around GDscipt, so do let me know if this is a simple problem to fix.