Update kingofthehill.py

--->
display scoreboard at the beginning of the game.
This commit is contained in:
Yann 2023-08-24 22:55:14 +08:00 committed by GitHub
parent 4cf54d4f85
commit cb4cdfdcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,7 @@ class KingOfTheHillGame(bs.TeamGameActivity[Player, Team]):
'materials': flagmats,
},
)
self._update_scoreboard()
self._update_flag_state()
def _tick(self) -> None: