From a19ece8055c336ff56c6ce076ddc8b18c134790a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=B0=A2?= <2216285259@qq.com> Date: Thu, 17 Jun 2021 18:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 settings.py diff --git a/settings.py b/settings.py new file mode 100644 index 0000000..3a17a14 --- /dev/null +++ b/settings.py @@ -0,0 +1,6 @@ +class Settings: # 所有设置的类 + + def __init__(self): + self.screen_width = 1280 + self.screen_height = 960 + self.bg_color = (233, 233, 233) \ No newline at end of file