class_name WorldUI extends Control ## Container & accessor for the world UI. @onready var hud_container: Control = %HUDContainer func add_player_hud(hud: ShotHUD) -> void: hud_container.add_child(hud)