feat: implement networked match HUD with real-time scoreboard and killfeed systems

This commit is contained in:
DottsGit
2026-06-06 13:49:12 -04:00
parent aefed46daf
commit 168bd8f1ce
11 changed files with 501 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
[gd_scene format=3 uid="uid://c54h8k8u8p7q6"]
[ext_resource type="Script" path="res://ui/match_hud.gd" id="1_match"]
[node name="MatchHUD" type="CanvasLayer"]
script = ExtResource("1_match")