inteligentny-traktor/screen.py

3 lines
59 B
Python
Raw Normal View History

2023-04-21 06:30:54 +02:00
import pygame
2023-06-15 14:03:24 +02:00
SCREEN = pygame.display.set_mode([600, 665])