水一手

This commit is contained in:
shenjack 2023-09-07 22:48:52 +08:00
parent 535860c8c4
commit 159a717bd0
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -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