mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2025-12-18 18:17:05 +00:00
Changed default direction from 'left' to 'right'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user