|
@@ -77,7 +77,7 @@ class VideoLooper: |
|
|
# Initialize pygame and display a blank screen. |
|
|
# Initialize pygame and display a blank screen. |
|
|
pygame.display.init() |
|
|
pygame.display.init() |
|
|
pygame.font.init() |
|
|
pygame.font.init() |
|
|
pygame.mouse.set_visible(False)/ |
|
|
|
|
|
|
|
|
pygame.mouse.set_visible(False) |
|
|
|
|
|
|
|
|
size = self._size = (pygame.display.Info().current_w, pygame.display.Info().current_h) |
|
|
size = self._size = (pygame.display.Info().current_w, pygame.display.Info().current_h) |
|
|
self._screen = pygame.display.set_mode(size, pygame.FULLSCREEN) |
|
|
self._screen = pygame.display.set_mode(size, pygame.FULLSCREEN) |
|
|