上传文件至 ''
This commit is contained in:
parent
314f90cb9d
commit
a19ece8055
|
@ -0,0 +1,6 @@
|
|||
class Settings: # 所有设置的类
|
||||
|
||||
def __init__(self):
|
||||
self.screen_width = 1280
|
||||
self.screen_height = 960
|
||||
self.bg_color = (233, 233, 233)
|
Loading…
Reference in New Issue