Feat/10 adding multiplayer fundamentals #14

Merged
Dotts merged 16 commits from feat/10-adding-multiplayer-fundamentals into main 2026-06-06 19:31:25 -07:00
Showing only changes of commit fcdd75afc0 - Show all commits
+1
View File
@@ -102,6 +102,7 @@ func _ready() -> void:
_nm.stats_updated.connect(_update_hud) _nm.stats_updated.connect(_update_hud)
_nm.killfeed_event.connect(_on_killfeed_event) _nm.killfeed_event.connect(_on_killfeed_event)
_nm.match_state_updated.connect(_update_timer) _nm.match_state_updated.connect(_update_timer)
_update_hud()
func _process(_delta: float) -> void: func _process(_delta: float) -> void:
if Input.is_action_just_pressed("scoreboard"): if Input.is_action_just_pressed("scoreboard"):