Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Adjusted pixel detection for play screen
Browse files Browse the repository at this point in the history
The screen has become darker in the last patch, adjusted detection accordingly.
  • Loading branch information
gtch committed Dec 21, 2014
1 parent c72ca4d commit 42a5c63
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ public enum Pixel {
ARENA_LOBBY_Q (Q, 60, 50, 76, 80, 70, 96),

PLAY_LOBBY_C (C, 0, 0, 0, 10, 10, 10),
PLAY_LOBBY_E (E, 56, 9, 3, 76, 29, 23),
PLAY_LOBBY_F (F, 117, 24, 10, 214, 84, 58),
PLAY_LOBBY_H (H, 57, 12, 6, 109, 38, 34),
PLAY_LOBBY_E (E, 51, 4, 3, 81, 34, 28),
PLAY_LOBBY_F (F, 108, 14, 5, 200, 64, 50),
PLAY_LOBBY_H (H, 48, 8, 4, 109, 38, 34),
PLAY_LOBBY_I (I, 33, 3, 3, 96, 75, 47),
PLAY_LOBBY_P (P, 102, 70, 40, 122, 90, 60),
PLAY_LOBBY_Q (Q, 97, 71, 47, 117, 91, 67),
Expand Down

0 comments on commit 42a5c63

Please sign in to comment.