mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
[ci] auto-format
This commit is contained in:
parent
212be77f9e
commit
dd7e00220c
1 changed files with 3 additions and 2 deletions
|
|
@ -35,9 +35,10 @@ original_chatmessage = _ba.chatmessage
|
|||
|
||||
|
||||
class ControlsUI:
|
||||
|
||||
|
||||
def on_jump_press(activity):
|
||||
activity._jump_image.node.color = list(channel * 2 for channel in activity._jump_image.node.color[:3]) + [1]
|
||||
activity._jump_image.node.color = list(
|
||||
channel * 2 for channel in activity._jump_image.node.color[:3]) + [1]
|
||||
|
||||
def on_jump_release(activity):
|
||||
activity._jump_image.node.color = list(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue