Files
pypet_project/settings.py
T
2024-02-24 17:53:02 +03:00

6 lines
231 B
Python

class Settings():
'''Класс для хранения настроек Alien Invasion'''
def __init__(self):
self.screen_weight = 1200
self.screen_height = 800
self.bg_color = (220, 220, 220) # RGB