How do I make it so every button under my control
node automatically plays a sound when hovered over, without connecting every single signal?
I have a control, under that is a Container, then my 4 buttons. I already have a function for instancing new sounds, i just need a way to make a sound play when hovering over them without having to connect signals to every one.