Deactivate credit while play

This commit is contained in:
Jonas Zeunert
2022-06-07 00:04:48 +02:00
parent ee95711027
commit c67cce5dcc
4 changed files with 6 additions and 1 deletions

View File

@@ -25,6 +25,6 @@ RED_SPECIAL_TIMES = 1
ORANGE_SPECIAL = SpecialEvent.points
ORANGE_SPECIAL_BANK = ORANGE_SPECIAL_BANK_OPTIONS["BOTH"]
## Tech config
WAIT_TIME_TO_RESET_SECONDS = 0.6
WAIT_TIME_TO_RESET_SECONDS = 0.2
MAX_NETWORK_RETRIES = 10
NETWORK_SLEEP_TIME_SECONDS = 0.05