start project

This commit is contained in:
ada-dmitry
2024-02-23 20:16:57 +03:00
commit c17be3e11c
3 changed files with 34 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
class Settings():
'''Класс для хранения настроек Alien Invasion'''
def __init__(self):
self.screen_weight = 1200
self.screen_height = 800
self.bg_color = (230, 230, 230)