mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-09 09:13:24 +08:00
Now all tests passed
This commit is contained in:
parent
1fe3c69551
commit
a38a6629fb
@ -1157,7 +1157,9 @@ class CoopScoreScreen(ba.Activity):
|
||||
self._tournament_time_remaining = max(
|
||||
0, self._tournament_time_remaining - 1)
|
||||
if self._tournament_time_remaining_text is not None:
|
||||
val = ba.timestring(self._tournament_time_remaining, suppress_format_warning=True, centi=False)
|
||||
val = ba.timestring(self._tournament_time_remaining,
|
||||
suppress_format_warning=True,
|
||||
centi=False)
|
||||
self._tournament_time_remaining_text.node.text = val
|
||||
|
||||
def _show_world_rank(self, offs_x: float) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user