Hello,
I'm very new to Godot and learning C# in school. Today I tried to follow the dodge the creeps tutorial and this went fairly well.
There's one error I cant figure out.
ERROR: emit_signal: Error calling method from signal 'Hit': 'Area2D(Player.cs)::GameOver': Method not found.
At: core/object.cpp:1238
I knew up front that the problem was that the method GameOver() was somehow not getting called ( When I collide with a creep the player dissapears but the score and game keep running)
So the Hit signal works but the GameOver() methos somehow doesnt trigger? Any Ideas ? The method is there in the main script, no typos everything codewise seems correct... I tried reconnecting..
any ideas or those who have already made the game with some tips?
grtzz an thnx in advance,
Maarten