extends Node2D func _ready() -> void: HUD.hide() func _on_start_button_pressed() -> void: HUD.show() get_tree().change_scene_to_file("res://scenes/game.tscn")