conflict fix... again

This commit is contained in:
Vishal 2024-09-06 16:09:12 +05:30 committed by GitHub
parent fa7fd72e57
commit 9e691b4901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -536,6 +536,7 @@ class CoopScoreScreen(bs.Activity[bs.Player, bs.Team]):
)
def _update_corner_button_positions(self) -> None:
offs = -55
assert self._corner_button_offs is not None
pos_x = self._corner_button_offs[0]
pos_y = self._corner_button_offs[1]