now changing nicknames of killer and victim

This commit is contained in:
2024-03-07 02:00:22 +03:00
parent 65ea09295e
commit 0ddfd64bb5

View File

@@ -346,4 +346,6 @@ func end_round(result):
@rpc("authority", "call_remote", "reliable")
func kill_notification(killer, victim):
var entry = load("res://scenes/models/kill_log_entry.tscn").instantiate()
entry.get_node("killer").text = str(killer)
entry.get_node("victim").text = str(victim)
killLogList.add_child(entry)