syncing ba,bastd from master

This commit is contained in:
Ayush Saini 2022-07-02 01:43:52 +05:30
parent d9634f722e
commit e44fe44e5b
108 changed files with 793 additions and 683 deletions

View file

@ -767,7 +767,7 @@ class MainMenuActivity(ba.Activity[ba.Player, ba.Team]):
y: float,
scale: float,
delay: float,
custom_texture: str = None,
custom_texture: str | None = None,
jitter_scale: float = 1.0,
rotate: float = 0.0,
vr_depth_offset: float = 0.0) -> None: