Scoreboard

This commit is contained in:
Rendo 2025-12-14 17:07:22 +05:00
commit 17e809e95e
10 changed files with 151 additions and 4 deletions

View file

@ -159,7 +159,9 @@ func start_session() -> void:
player_data[player] = {
"money" : START_MONEY,
"nickname" : Lobby.client_nicknames[player],
"saved_slots" : {}
"saved_slots" : {},
"kills" : 0,
"deaths" : 0,
}
start_round()