mirror of
https://github.com/ada-dmitry/pypet_project.git
synced 2026-09-24 00:00:19 +00:00
6 lines
231 B
Python
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 |