mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
[ci] auto-format
This commit is contained in:
parent
be92d3d537
commit
4b6169dc1b
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ from bascenev1lib.actor.powerupbox import PowerupBox
|
|||
from bascenev1lib.actor.bomb import TNTSpawner
|
||||
from os import listdir as ls
|
||||
|
||||
|
||||
def error(real): # not fake
|
||||
bui.getsound('error').play()
|
||||
with ga().context:
|
||||
|
|
@ -5929,5 +5930,6 @@ class byBordd(ba.Plugin):
|
|||
def __init__(s):
|
||||
mm.MainMenuWindow._refresh_in_game = Nice.Button(mm.MainMenuWindow._refresh_in_game)
|
||||
|
||||
|
||||
# All Textures (generated)
|
||||
all_texture = [i[:-4] for i in ls("ba_data/textures")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue