Godot Version
4.0
Question
I have a .gd script that I want to apply to multiple buttons, and the script contains the _on_mouse_enter() function, but if I apply the script to multiple buttons it does not let me connect the mouse_enter event to the script if mutiple buttons have the script at the same time. How can I make it so that the scripts are independent without just copying the original script over and over?