Feat/10 adding multiplayer fundamentals #14
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user