Update main.py

This commit is contained in:
Elijah Harmon 2022-08-31 00:02:23 -04:00 committed by GitHub
parent e1a9d45ff5
commit 576e784ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ from utils.general import (LOGGER, check_file, check_img_size, check_imshow, che
import dxcam import dxcam
def main(): def main():
# Window title to go after and the height of the screenshots # Window title of the game, don't need the entire name
videoGameWindowTitle = "Counter" videoGameWindowTitle = "Counter"
# Portion of screen to be captured (This forms a square/rectangle around the center of screen) # Portion of screen to be captured (This forms a square/rectangle around the center of screen)