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
8551a1e0c1
commit
092fe04f62
1 changed files with 10 additions and 6 deletions
|
|
@ -16,6 +16,7 @@ from bascenev1 import (
|
||||||
screenmessage as push
|
screenmessage as push
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class VeryPW(party.PartyWindow):
|
class VeryPW(party.PartyWindow):
|
||||||
def __init__(s, *args, **kwargs):
|
def __init__(s, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
@ -65,7 +66,8 @@ class VeryPW(party.PartyWindow):
|
||||||
v_align='center',
|
v_align='center',
|
||||||
size=(900, 13),
|
size=(900, 13),
|
||||||
scale=0.55,
|
scale=0.55,
|
||||||
color=(1, 1, 1) if z != (s._n if s._n > -1 else s._n + len(s._w1) + 1) else (0, 0.7, 0),
|
color=(1, 1, 1) if z != (s._n if s._n > -
|
||||||
|
1 else s._n + len(s._w1) + 1) else (0, 0.7, 0),
|
||||||
position=(-0.6, 0),
|
position=(-0.6, 0),
|
||||||
selectable=True,
|
selectable=True,
|
||||||
autoselect=True,
|
autoselect=True,
|
||||||
|
|
@ -82,6 +84,8 @@ class VeryPW(party.PartyWindow):
|
||||||
|
|
||||||
# ba_meta require api 9
|
# ba_meta require api 9
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
|
|
||||||
|
|
||||||
class byBordd(Plugin):
|
class byBordd(Plugin):
|
||||||
def __init__(s):
|
def __init__(s):
|
||||||
party.PartyWindow = VeryPW
|
party.PartyWindow = VeryPW
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue