extends Node func _ready() -> void: pass func _on_top_bar_hud_sign_return_mainmenu() -> void: get_tree().change_scene_to_file("res://src/UI/Panels/MainMenu/MainMenu.tscn") pass # Replace with function body.