mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
removing logs print
This commit is contained in:
parent
37dfd46953
commit
432c7a664e
1 changed files with 0 additions and 3 deletions
|
|
@ -36,10 +36,7 @@ original_chatmessage = _ba.chatmessage
|
|||
|
||||
class ControlsUI:
|
||||
def on_jump_press(activity):
|
||||
print("jumped pressed in UI control")
|
||||
print(activity._jump_image.node.color)
|
||||
activity._jump_image.node.color = list(channel * 2 for channel in activity._jump_image.node.color[:3]) + [1]
|
||||
print(activity._jump_image.node.color)
|
||||
|
||||
def on_jump_release(activity):
|
||||
activity._jump_image.node.color = list(channel * 0.5 for channel in activity._jump_image.node.color[:3]) + [1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue