mirror of
https://github.com/ada-dmitry/pypet_project.git
synced 2026-09-24 08:10:22 +00:00
start project
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user