1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-21 01:49:29 +08:00

Merge branch 'LmeSzinc:master' into master

This commit is contained in:
Zuosizhu
2023-07-01 20:56:47 +08:00
committed by GitHub
27 changed files with 24 additions and 53 deletions

View File

@@ -105,7 +105,10 @@ def raid_ocr(raid, mode):
else:
return DigitCounter(button, letter=(231, 239, 247), threshold=128)
elif raid == 'GORIZIA':
return DigitCounter(button, letter=(82, 89, 66), threshold=128)
if mode == 'ex':
return Digit(button, letter=(198, 223, 140), threshold=128)
else:
return DigitCounter(button, letter=(82, 89, 66), threshold=128)
except KeyError:
raise ScriptError(f'Raid entrance asset not exists: {key}')