feat: add match HUD with scoreboard, timer, and dynamic killfeed

This commit is contained in:
DottsGit
2026-06-06 15:19:59 -04:00
parent cd034d1aea
commit fcdd75afc0
+1
View File
@@ -102,6 +102,7 @@ func _ready() -> void:
_nm.stats_updated.connect(_update_hud)
_nm.killfeed_event.connect(_on_killfeed_event)
_nm.match_state_updated.connect(_update_timer)
_update_hud()
func _process(_delta: float) -> void:
if Input.is_action_just_pressed("scoreboard"):