mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
updated export plugin to babase.Plugin
This commit is contained in:
parent
1b54dc397b
commit
118bcc9571
48 changed files with 91 additions and 85 deletions
|
|
@ -42,9 +42,7 @@ 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
|
||||
|
||||
|
||||
# ba_meta export babase.Plugin
|
||||
class ByANES(babase.Plugin):
|
||||
def on_app_running(self):
|
||||
bauiv1lib.party.PartyWindow = FastEpicSwitcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue