Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Settings():
- """Класс для хранения всех настроек игры Alien Invasion."""
- def __init__(self):
- """Инициализирует настройки игры."""
- # Параметры экрана
- self.screen_width = 800
- self.screen_height = 600
- self.bg_color = (230, 230, 230)
Advertisement
Add Comment
Please, Sign In to add comment