Godot Version 4.3 Question I’ve tried following tutorials and the documentation on how to use connect() to connect signals via code, however it just does not seem to work. From Using signals — Godot Engine (stable) documentation in English : timer.timeout.connect(_on_timer_timeout) Won’t work b…