mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
4d100d1ffd
commit
1200efb66e
1 changed files with 3 additions and 3 deletions
|
|
@ -224,7 +224,7 @@ def my_refresh_in_game(self, *args, **kwargs):
|
|||
button_type='square',
|
||||
label='Manual\nCamera',
|
||||
text_scale=1.5)
|
||||
|
||||
|
||||
bui.buttonwidget(edit=camera_button,
|
||||
on_activate_call=bui.Call(self._manual_camera, camera_button)
|
||||
return value
|
||||
|
|
@ -241,5 +241,5 @@ def _manual_camera(self, widget):
|
|||
|
||||
class ByDroopy(babase.Plugin):
|
||||
def __init__(self):
|
||||
InGameMenuWindow._refresh_in_game = my_refresh_in_game
|
||||
InGameMenuWindow._manual_camera = _manual_camera
|
||||
InGameMenuWindow._refresh_in_game=my_refresh_in_game
|
||||
InGameMenuWindow._manual_camera=_manual_camera
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue