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-25 20:06:32 +02:00
SCREEN = pygame.display.set_mode([600, 690])