mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 14:03:18 +08:00
Fixed text in CoopScoreScreen
This commit is contained in:
parent
6c033e35d2
commit
490185fbf0
@ -1193,9 +1193,9 @@ class CoopScoreScreen(ba.Activity):
|
|||||||
Text(ba.Lstr(resource='coopSelectWindow.timeRemainingText'),
|
Text(ba.Lstr(resource='coopSelectWindow.timeRemainingText'),
|
||||||
position=(-360, -70 - 100),
|
position=(-360, -70 - 100),
|
||||||
color=(1, 1, 1, 0.7),
|
color=(1, 1, 1, 0.7),
|
||||||
h_align='center',
|
h_align=Text.HAlign.CENTER,
|
||||||
v_align='center',
|
v_align=Text.VAlign.CENTER,
|
||||||
transition='fade_in',
|
transition=Text.Transition.FADE_IN,
|
||||||
scale=0.8,
|
scale=0.8,
|
||||||
maxwidth=300,
|
maxwidth=300,
|
||||||
transition_delay=2.0).autoretain()
|
transition_delay=2.0).autoretain()
|
||||||
@ -1203,9 +1203,9 @@ class CoopScoreScreen(ba.Activity):
|
|||||||
position=(-360,
|
position=(-360,
|
||||||
-110 - 100),
|
-110 - 100),
|
||||||
color=(1, 1, 1, 0.7),
|
color=(1, 1, 1, 0.7),
|
||||||
h_align='center',
|
h_align=Text.VAlign.CENTER,
|
||||||
v_align='center',
|
v_align=Text.VAlign.CENTER,
|
||||||
transition='fade_in',
|
transition=Text.Transition.FADE_IN,
|
||||||
scale=1.6,
|
scale=1.6,
|
||||||
maxwidth=150,
|
maxwidth=150,
|
||||||
transition_delay=2.0)
|
transition_delay=2.0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user