水一手
This commit is contained in:
parent
535860c8c4
commit
159a717bd0
@ -52,6 +52,11 @@ class SR1ShipRenderStatus(Options): # NOQA
|
|||||||
focus: bool = True
|
focus: bool = True
|
||||||
moving: bool = False
|
moving: bool = False
|
||||||
|
|
||||||
|
# button status
|
||||||
|
show_moving: bool = False
|
||||||
|
show_focus: bool = False
|
||||||
|
show_scale: bool = False
|
||||||
|
|
||||||
# debug status
|
# debug status
|
||||||
draw_d_pos: bool = False
|
draw_d_pos: bool = False
|
||||||
draw_mouse_pos: bool = False
|
draw_mouse_pos: bool = False
|
||||||
|
Loading…
Reference in New Issue
Block a user