im following a tutorial made by BornCG on youtube.
My code is broken. ive set everything up the exact same way BornCG has it. yet i keep getting the same error. Invalid call. Nonexistent function 'add_coin' in base 'StaticBody2D'.
when i saw that i tried calling the node script itself and that did not work either.
coin script: https://github.com/reapersremorse/RR_2D_Platformer_Tutorial_OpenGL2.0/blob/master/Coin.gd steve script: https://github.com/reapersremorse/RR_2D_Platformer_Tutorial_OpenGL2.0/blob/master/reapersremorse/assets/Characters/Steve.gd
if anyone can tell me how i screwed up, please let me know.