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
42a057bba4
commit
e6b0658983
1 changed files with 5 additions and 2 deletions
|
|
@ -20,6 +20,8 @@ import babase
|
||||||
# ba_meta require api 9
|
# ba_meta require api 9
|
||||||
|
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
|
|
||||||
|
|
||||||
class WiggleDance(babase.Plugin):
|
class WiggleDance(babase.Plugin):
|
||||||
def add_dance_mechanic_to_spaz(spaz_class):
|
def add_dance_mechanic_to_spaz(spaz_class):
|
||||||
"""Add dance mechanic to the Spaz class"""
|
"""Add dance mechanic to the Spaz class"""
|
||||||
|
|
@ -103,7 +105,8 @@ class WiggleDance(babase.Plugin):
|
||||||
|
|
||||||
# Start visual dance timer
|
# Start visual dance timer
|
||||||
if not self._dance_visual_timer:
|
if not self._dance_visual_timer:
|
||||||
self._dance_visual_timer = bs.Timer(0.5, bs.WeakCall(self._dance_visual), repeat=True)
|
self._dance_visual_timer = bs.Timer(
|
||||||
|
0.5, bs.WeakCall(self._dance_visual), repeat=True)
|
||||||
|
|
||||||
def _dance_visual(self):
|
def _dance_visual(self):
|
||||||
"""Create visual dance effects"""
|
"""Create visual dance effects"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue