[ci] apply-plugin-metadata-and-formatting

This commit is contained in:
MrParadox1691 2026-06-10 16:12:12 +00:00 committed by github-actions[bot]
parent 4804a55ca0
commit 0749053077
2 changed files with 25 additions and 25 deletions

View file

@ -1694,8 +1694,8 @@
"external_url": "https://discord.gg/sQGDsztQcy", "external_url": "https://discord.gg/sQGDsztQcy",
"authors": [ "authors": [
{ {
"name": "Mr.Paradox", "name": "Mr.ghosty",
"email": "microsoftusergame@gmail.com", "email": "",
"discord": "gaurangbroyo" "discord": "gaurangbroyo"
}, },
{ {
@ -1705,6 +1705,7 @@
} }
], ],
"versions": { "versions": {
"2.1.0": null,
"1.0.2": { "1.0.2": {
"api_version": 9, "api_version": 9,
"commit_sha": "edaed70", "commit_sha": "edaed70",

View file

@ -1,5 +1,10 @@
# ba_meta require api 9 # ba_meta require api 9
from __future__ import annotations from __future__ import annotations
from bascenev1lib.gameutils import SharedObjects
import bascenev1 as bs
import babase
import random
from typing import Optional, List, Dict, Any
# Vanishing Tiles - BombSquad Minigame # Vanishing Tiles - BombSquad Minigame
# Tiles disappear one by one. Survive all rounds to win. # Tiles disappear one by one. Survive all rounds to win.
@ -16,12 +21,6 @@ plugman = dict(
version="2.1.0", version="2.1.0",
) )
from typing import Optional, List, Dict, Any
import random
import babase
import bascenev1 as bs
from bascenev1lib.gameutils import SharedObjects
class Player(bs.Player['Team']): class Player(bs.Player['Team']):
def __init__(self) -> None: def __init__(self) -> None: