KOBUGE-Games/minilens

Missing method for signal 'pressed' of back button

akien-mga opened this issue · 0 comments

ERROR: emit_signal: Error calling method from signal 'pressed': 'Node2D(level_holder.gd)::back_to_menu': Method not found.
   At: core/object.cpp:1210.

I'd suggest to remove all signal connections from scene files and move them to the scripts, it makes it easier to spot such issues.