From 161594e627de871aa3b130eb15d17e84418e5ab8 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 22 Dec 2022 10:54:46 +0800 Subject: [PATCH] feat: add gui scale --- Difficult_Rocket/__init__.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Difficult_Rocket/__init__.py b/Difficult_Rocket/__init__.py index 21d9e76..bad2a2e 100644 --- a/Difficult_Rocket/__init__.py +++ b/Difficult_Rocket/__init__.py @@ -33,17 +33,20 @@ class DR_option(Options): """ name = 'DR Option' # runtime options - InputBox_use_TextEntry: bool = False - record_threads: bool = True - use_cProfile: bool = False - use_local_logging: bool = False + InputBox_use_TextEntry: bool = False + record_threads: bool = True + use_cProfile: bool = False + use_local_logging: bool = False report_translate_no_found: bool = True # tests - playing: bool = False - debugging: bool = False + playing: bool = False + debugging: bool = False crash_report_test: bool = True + # window option + gui_scale: int = 1 # default 1 2 -> 2x 3 -> 3x + class _DR_runtime(Options): """