From 529712ce7e4dc478206f05558c2b721ca0d005dc Mon Sep 17 00:00:00 2001 From: Hrithik28 <45447575+Hrithik28@users.noreply.github.com> Date: Wed, 2 Oct 2019 23:00:24 +0530 Subject: [PATCH] updated pygame --- car_game/pygame_basics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/car_game/pygame_basics.py b/car_game/pygame_basics.py index d5721a8..a62f142 100644 --- a/car_game/pygame_basics.py +++ b/car_game/pygame_basics.py @@ -19,6 +19,7 @@ blue = (0,0,100) bright_blue = (0,0,255) bright_green = (0,255,0) +#hello there clock = pygame.time.Clock() carImg = pygame.image.load('car_resize.png')