extends Control onready var game_over_panel = $GameOverPanel func _on_Catcher_game_over(): game_over_panel.show()