Skip to content

Commit

Permalink
Use Next: as the in-game marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbatch committed Sep 16, 2024
1 parent e6430b3 commit 7cc1179
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file modified clashroyalebuildabot/images/screen/in_game.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
5 changes: 1 addition & 4 deletions clashroyalebuildabot/namespaces/screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ class Screen:
@dataclass(frozen=True)
class _ScreensNamespace:
UNKNOWN: Screen = Screen("unknown", None, None)
IN_GAME: Screen = Screen("in_game", (315, 5, 365, 15), None)
IN_GAME_OVERTIME: Screen = Screen(
"in_game_overtime", (315, 5, 365, 15), None
)
IN_GAME: Screen = Screen("in_game", (14, 586, 57, 601), None)
LOBBY: Screen = Screen(
"lobby",
(315, 48, 356, 89),
Expand Down

0 comments on commit 7cc1179

Please sign in to comment.