From 159a717bd0dbee7c53b0f59a4ef0390f08702678 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 7 Sep 2023 22:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E4=B8=80=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mods/dr_game/sr1_ship.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mods/dr_game/sr1_ship.py b/mods/dr_game/sr1_ship.py index f3997e1..06835de 100644 --- a/mods/dr_game/sr1_ship.py +++ b/mods/dr_game/sr1_ship.py @@ -52,6 +52,11 @@ class SR1ShipRenderStatus(Options): # NOQA focus: bool = True moving: bool = False + # button status + show_moving: bool = False + show_focus: bool = False + show_scale: bool = False + # debug status draw_d_pos: bool = False draw_mouse_pos: bool = False