gfolf2/src/ui/world_ui.gd

5 lines
120 B
GDScript3
Raw Normal View History

2024-11-17 12:35:28 -07:00
class_name WorldUI extends Control
## Container & accessor for the world UI.
@onready var shot_hud: ShotHUD = %ShotHUD