gfolf2/src/ui/world_ui.gd

5 lines
120 B
GDScript

class_name WorldUI extends Control
## Container & accessor for the world UI.
@onready var shot_hud: ShotHUD = %ShotHUD