now changing nicknames of killer and victim
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user