diff --git a/colors/main.py b/colors/main.py index 2dd6fd9..2eaa22b 100644 --- a/colors/main.py +++ b/colors/main.py @@ -19,6 +19,8 @@ def main(): while running: clock.tick(60) + pygame.mouse.set_visible(False) + for keyboard_event in pygame.event.get(): if keyboard_event.type == pygame.QUIT: running = False