Hi. I am having some troubles with getting a signal to connect.
I want to preface by saying I am aware that the naming convention of "sniper.png 22" is not good; I am also aware that I am connecting 'coinpickup' and 'weaponpickup' to the same 'update_score' method. I am only using it for testing purposes.
My problem currently is that when I walk over a weapon it should emit a signal called 'weaponpickup'. This should then connect to 'updatescore' when I walk over it. However it does not. This same procedure works with 'coinpickup'. At first I believed that when my character walked over a weapon it never detected any signal, however when I swapped out 'weaponpickup' for 'coin_pickup' in both the emitting and receiving side under 'sniper1.png 22' it worked just as intended. Below are some pictures to further explain my issue. Please let me know if you have any ideas as to why this is not working.


