diff --git a/controller.py b/controller.py index 2b46ea6..3f78ad8 100644 --- a/controller.py +++ b/controller.py @@ -1,10 +1,6 @@ import pygame from pygame.locals import * -pygame.init() -display = pygame.display.set_mode((600, 600)) - - class Controller: def __init__(self):