Scoreboard
This commit is contained in:
parent
66fbad750c
commit
17e809e95e
10 changed files with 151 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue