mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
make format
This commit is contained in:
parent
490185fbf0
commit
e5d63c88a0
@ -1199,9 +1199,9 @@ class CoopScoreScreen(ba.Activity):
|
|||||||
scale=0.8,
|
scale=0.8,
|
||||||
maxwidth=300,
|
maxwidth=300,
|
||||||
transition_delay=2.0).autoretain()
|
transition_delay=2.0).autoretain()
|
||||||
self._tournament_time_remaining_text = Text('',
|
self._tournament_time_remaining_text = Text(
|
||||||
position=(-360,
|
'',
|
||||||
-110 - 100),
|
position=(-360, -110 - 100),
|
||||||
color=(1, 1, 1, 0.7),
|
color=(1, 1, 1, 0.7),
|
||||||
h_align=Text.VAlign.CENTER,
|
h_align=Text.VAlign.CENTER,
|
||||||
v_align=Text.VAlign.CENTER,
|
v_align=Text.VAlign.CENTER,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user