Changed default direction from 'left' to 'right'

This commit is contained in:
IlIllII
2022-03-23 15:03:03 -04:00
committed by GitHub
parent dafc2f1bc8
commit d3a53033b7

View File

@@ -6,7 +6,7 @@ import pyautogui
# Default parameters - these can be overridden with command
# line arguments. See end of script for details.
RACE_DURATION = 200
DIRECTION = "left"
DIRECTION = "right"
SILENCE = False