mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
Window transition delay increased
This commit is contained in:
parent
7d176131ad
commit
ddc00c764d
@ -618,7 +618,7 @@ class TournamentEntryWindow(PopupWindow):
|
|||||||
if bui.app.classic is not None
|
if bui.app.classic is not None
|
||||||
else None,
|
else None,
|
||||||
)
|
)
|
||||||
bui.apptimer(0 if practice else 0.7, self._transition_out)
|
bui.apptimer(0 if practice else 1.25, self._transition_out)
|
||||||
|
|
||||||
def _on_pay_with_tickets_press(self) -> None:
|
def _on_pay_with_tickets_press(self) -> None:
|
||||||
from bauiv1lib import getcurrency
|
from bauiv1lib import getcurrency
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user