mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update fast_epic_toggle.py
This commit is contained in:
parent
b3fa89a9d3
commit
6b1e10a220
1 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# ba_meta require api 9
|
||||
|
||||
import babase
|
||||
import bauiv1 as bui
|
||||
import bauiv1lib.party
|
||||
|
|
@ -42,9 +41,8 @@ class FastEpicSwitcher(bauiv1lib.party.PartyWindow):
|
|||
bs.get_foreground_host_activity().globalsnode.slow_motion = 1.0 # Epic Mode (Slow)
|
||||
bui.screenmessage("Switched to Epic Mode!", color=(0, 1, 0))
|
||||
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class ByANES(babase.Plugin):
|
||||
def on_app_running(self):
|
||||
def __init__(self):
|
||||
bauiv1lib.party.PartyWindow = FastEpicSwitcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue