Removed duplicated function in button hooking GDScript example in step_by_step/scripting.rst The final example at the mentioned tutorial had the function _on_Button_pressed as _on_button_pressed in the GDScript example, this commit shall remove the duplicated function _on_button_pressed Fixes #1556