KOBUGE-Games / minilens

Cute puzzle platformer starring a cleaning robot on post-apocalyptic Earth
http://kobuge-games.github.io/minilens
GNU General Public License v3.0
134 stars 38 forks source link

Missing method for signal 'pressed' of back button #81

Closed akien-mga closed 8 years ago

akien-mga commented 8 years ago
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.